Re: [sv-ec] Re: $wait_all/any/...


Subject: Re: [sv-ec] Re: $wait_all/any/...
From: Alec Stanculescu (alec@fintronic.com)
Date: Tue Dec 24 2002 - 14:30:28 PST


Jay,

Where we should be going is to have full BNF capability for describing
hierarchical events.

Also, events should be either asynchronous
changes in the value of a signal or a change at a clock edge, which
could be specified where the event is declared:

event my_asynch_event;
event my_synch_event @posedge(clk);

This would put to rest the issues related to first/last match, and
would provide the capability to describe any combination of
synchronous/asynchronous events.

Regards,

Alec



This archive was generated by hypermail 2b28 : Tue Dec 24 2002 - 14:26:38 PST