Altera_Forum
Honored Contributor
14 years agoConverting from AHDL to Verilog
Hi,
After 15 years of writting AHDL programs, I am switching to Verilog. In my AHDL programs I normally have the "top" or "main" program contain the include statements , then I/O pin assignments, and finally I/O port assignments for the many lower modules. There is usually no logic in the top level file. I have read many books and tutorials but have not found a good example on how to create this structure in Verilog. Is this the right approach for doing hierarchical design in Verilog. Any tips or examples would be appreciated. Thanks!!!!!