Forum Discussion

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

Trying to make sense of this always block

Hi, So I wanted to take an input and decrement it in a combinational block.. here is the code I am talking about.. always @ (posedge clock or posedge reset) begin if (reset) ...