Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to convert ahdl into vhdl(or verilog)?
I want to create a new component.But I desiged the block using ahdl.In spoc builder ,must I use vhdl or verilog to develop my project? How to convert ahdl into vhdl(or verilog)? Thanks!
Altera_Forum
Honored Contributor
21 years agoHow 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.