Forum Discussion

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

What's the difference between these two pieces of simple code?

Do you think there is a difference in functionality between these codes? always @(posedge clk) begin A<=0; if (sel==0) A<=in_u; ...