Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- If TTA abd TTB have different values, A is assigned an 'X' value. This propagates to the output of the divider. it seems that in your code you use the bad practice of having different sections of the code (different circuits) that drive a single signal (A). Every signal has to be defined from a single circuit for a safe and readable circuit (code). Hope it helps. --- Quote End --- That is wrong. This is only the case if they are code snippets from two different processes. If it is the same process, the A just takes the last value assigned to it.