Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTranslate your schematic circuit in VHDL.
For the moment just take advice from a VHDL book and translate each FF, each adder and each combinatorial block in VHDL code as suggested in the book. You can also start with small blocks that in Quartus can be converted in symbols to replace part of your working schematic design. Then start using vectors and procedural blocks to improve code readability. Always remember that VHDL describes circuits.