Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWell it has to do with the involvement of t2. Did you get any warnings? Because t1 now has no reset value.
If you have put the assignment of t4 inside the clocked if (it would still be combinational) and assign it to Y5 outside the clocked if then would Y5 still be combinational? By answering to this question i also solve the asynchronous propagation of my variables outside of the process (as soon as the variables do not interact with clocked variables or signals, as we saw here with t1 and t2)