Altera_Forum
Honored Contributor
17 years agosynthesis 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...