Forum Discussion

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

Verilog syntax if statement

what is the correct syntax for if statement with multiple conditions? I've written(which works): always@(posedge iGO or negedge iRST)//on key press event begin if(!iRST) go_e...