digi001
Full Member level 5
Using Altera Quartus I get the warning:
"Event Control contains a complex event expression", for the following code:
always@(negedge signal1 && address==4'b0001 && chip_sel==0)
Is it bad practice to have an always@ occur for more than one signal or is this just a reminder for the programmer?
"Event Control contains a complex event expression", for the following code:
always@(negedge signal1 && address==4'b0001 && chip_sel==0)
Is it bad practice to have an always@ occur for more than one signal or is this just a reminder for the programmer?