Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can use intermediate signal and a construct:
temp1 <= z_b; -- driven by assignment temp2 <= ; -- driven by instant 1 z_mark <= temp1 ... or temp2 ....You can use intermediate signal and a construct:
temp1 <= z_b; -- driven by assignment temp2 <= ; -- driven by instant 1 z_mark <= temp1 ... or temp2 ....