Forum Discussion

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

synthesis question

Hi, I don't have access to synthesis tools at the moment and I am confused how this would synthesize: always @(posedge clk) if (rst) valid <= 0; else be...