Forum Discussion

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

Problem with trigger

I compiled with an error in Quartus. Can anyone help me fix this issue?

 module main;
       event e;
       
       initial
          begin
             wait(e.triggered);  // Error here
          end
       
   endmodule

Error (10733): Verilog HDL error: triggered is not declared under this prefix
No RepliesBe the first to reply