Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I tried combining the processes. it compiles but doesnt work as it should. --- Quote End --- Sounds plausible. Combining the processes creates legal VHDl semantic, but not necessarily intended behaviour. The basic problem is, that you have to resolve the conflicting assignments logically. Whatever code you write, you have to know which of the multiple signal assignments should be in effect at different times. The design compiler will resolve the conflict only based on code placement. The last assignment wins.