Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12620 Discussions

How to convert ahdl into vhdl(or verilog)?

Altera_Forum
Honored Contributor II
1,360 Views

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!
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
426 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
426 Views

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

0 Kudos
Altera_Forum
Honored Contributor II
426 Views

I convert AHDL to VHDL by Xilinx's software ise ->HDL convertor 

But I will try to your suggestions.Thanks!
0 Kudos
Reply