Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- That is wrong --- Quote End --- I would say "this is not always true". However, even if in a single process (and from the above snipset we don't know if this is the case, but we KNOW that the simulation shows a problem) it is a bad practice to assign a signal in that way. What kind of circuit is that? It assigns to A the value TTA when T_sum<=x410, further, it assigns to A the value of TTB in the same condition. I assume that, if in a single process, there must be another if/case statements that selects between the two. This is too complex IMHO.