Forum Discussion

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

PISO reg issue

Hello there. I am trying to implement PISO register with this code (dout and tmp are regs) always @(posedge sclk) begin if (cs == 0) begin dout <= tmp; ...