Forum Discussion
Altera_Forum
Honored Contributor
16 years agoparrado wrote:
--- Quote Start --- your VHDL code must assign every signal in order to avoid parasite latches --- Quote End --- It does not have to. As I wrote , I needed to retain the values on each itteration of next register being sent to output. that is why , i could not issue statements such asB<=(others=>'0'); It would reset tha value of corresponding output pins to zero, which I don't want. Thanks