Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
How about creating a VHDL or Verilog wrapper that instantiates your AHDL subdesign once? The module that SOPC Builder sees must be VHDL or Verilog, but I think that the files below it can be anything that Quartus II reads.
- Altera_Forum
Honored Contributor
Your other option is to keep your AHDL logic external to SOPC builder and use component editor to export the signals you need then connect it at the top level (if you like a clean top level then I would use a wrapper like Kerry suggested).
- Altera_Forum
Honored Contributor
I convert AHDL to VHDL by Xilinx's software ise ->HDL convertor
But I will try to your suggestions.Thanks!