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 agoYour 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).