Altera_Forum
Honored Contributor
15 years agoAHDL Syntax Manual
Does anyone have a link or a PDF copy of the AHDL syntax manual?
I have a design to translate which was originally done in AHDL. Thanks, Darrell RayDoes anyone have a link or a PDF copy of the AHDL syntax manual?
I have a design to translate which was originally done in AHDL. Thanks, Darrell RayXilinx offers an AHDL to VHDL utility that may save you a lot of work. i'm not sure if it comes with WebPack, but its worth looking into.
i haven't seen the AHDL manual online
I found just searching for "AHDL" in the quartus help can be quite helpful.
I have found having a good knowledge of another HDL helps, having done reading/translating of AHDL. Its quite straightforward and only really a netlist. You do have to get used to the idiosyncracies, like any .d or .en input on a register is set to GND by deafult when not set in a given state, when in VHDL it would hold value. AHDL wants you to be quite explicit.i guess you are searching for this http://www.alterawiki.com/wiki/altera_hardware_description_language_%28ahdl%29_language_reference_manual
or a book from an independent author VHDL and AHDL Digital System Implementation by Scarpino, Frank