Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAfraid of integers and variables...
Hi, I'm still learning a lot about VHDL and I have this question (and it may sound stupid :p). I have the feeling that using variables in VHDL is not good. Maybe because it's confusing in ...
Altera_Forum
Honored Contributor
12 years agoMaybe it helps if people keep in mind, that all code written is at first processed in a piece of software namly the synthesis software. Variables can help to control this software, define complex cases und structures as eg dynamic code to drive the software to finally generate that what is really needed: objects, structures and .... SIGNALS! If one can write the code without variables using just signals (wich is the case in 99% of the designs) there is no necessarity to invent them.