Forum Discussion
KenCiszewski
New Contributor
2 years agoCompiling VHLD file in quartus
I have been learning about quartus using https://www.allaboutcircuits.com/projects/from-vhdl-code-to-real-hardware-designing-a-finite-state-machine/. There's a VHDL file that I compiled in quartus ...
FvM
Super Contributor
2 years agoHi,
forgot to tell the error messages.
forgot to tell the error messages.
FvM
Super Contributor
2 years agoThe original VHDL file compiles without problems in Quartus 13.1. It should be however noted, that the default "one-hot" state encoding leads to a very inefficient counter implementation in 27 logic elements. Specifying sequential encoding, e.g. using synthesis attribute reduces resource utilization to 6 LE.