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