Re: [sv-bc] Errata: undesirable behavior of wildcard compares

From: Dave Rich <David.Rich@synopsys.com>
Date: Tue Aug 31 2004 - 11:39:40 PDT

Steven,

The "inside" operator will give you the behavior you desire

assign cs = address inside {16'hff??};

See section 7.20 set membership. In its simplest form, like in the
  example above, the inside operator acts like a wildcard with
asymmetrical behavior.

Dave
Received on Tue Aug 31 11:39:55 2004

This archive was generated by hypermail 2.1.8 : Tue Aug 31 2004 - 11:40:05 PDT