Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The code you posted was very trivial. But you shouldnt care about the signal assignments in simulation or synthesis. If you get a missmatch between simulation and synthesised hardware, there is a problem - usually a problem of poorly written code. Ie. never use shared variables! --- Quote End --- Thank you..