Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Question on posedge in always block

I had something similar to the following code. always @ (posedge a, posedge b) begin if(a) begin address <= address + 1; ...