Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHi,
For every signal you must assign within one process only or one comb construct if it is not sequential. Inside the single process you will have multiple assignments for the signal. The compiler decides the logic to drive it then. If then it encounters another drive concurrently then it gets lost...