Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Why this is necessary to define the shared values I just use this variable in current architecture... sth strange... --- Quote End --- I wonder what you are trying to achieve with variables? I guess, most VHDL programmers don't even know, that shared variables exist. They follow the simple rule, that variables can be used in processes and subprograms, as written in most VHDL textbooks. You have to read the full IEEE VHDL specification to learn about shared variables. Apparently, no one misses them, normally.