Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFor clock generation: Not really. Its just extra code that's not needed. If you have a more complicated clock scheme (like having the ability to turn it on and off to speed up simulation) you will need it inside a process.
As for variables: they require much less memory than signals. But be careful you understand how they work.