Quartus

Verilog HDL Event Control Statement error at <location>: name <name> is not an event


CAUSE: In an Event Control Statement Verilog Design File (.v) at the specified location, you used the @ character to create an event. However, the specified name, which was used after the @ character, can not be an event.
ACTION: Replace the name with something that is an event.

See also:

Section 9.7 of the IEEE Std. 1364-2001 IEEE Standard Verilog Hardware Description Language manual

- PLDWorld -

 

Created by chm2web html help conversion utility.