[sv-ec] Erratum and PROPOSAL -- void' casts


Subject: [sv-ec] Erratum and PROPOSAL -- void' casts
From: Brad Pierce (Brad.Pierce@synopsys.com)
Date: Fri Dec 05 2003 - 14:49:24 PST


This erratum and proposal is communicated on behalf of SV-BC.

In 12.11.3, in the example, REPLACE

     void'foo.randomize();

WITH

     void'(foo.randomize());

and REPLACE

     void'bar.randomize();

WITH
     void'(bar.randomize());

It is the consensus of the SV-BC that a void' cast must use
parentheses.

-- Brad



This archive was generated by hypermail 2b28 : Fri Dec 05 2003 - 14:52:16 PST