Or alternately, don't add the following
initial $display (vector #(3)::T'(3.45));// Typecasting
which shows a more inconvenient way to do the same legal thing as
initial $display (type(v.T)'(3.45));
The latter style is much closer in the spirit to the prohibited (why?)
initial $display ((v.T)'(3.45));
-- Brad
-----Original Message-----
From: Francoise Martinolle [mailto:fm@cadence.com]
Sent: Monday, February 07, 2011 6:49 PM
To: Brad Pierce; sv-champions@eda.org
Subject: RE: [sv-champions] Email vote - Ending February 7th
Brad,
I am not sure if those examples belong there. The discussion is about dotted acess through the
class instance name to elements declared in a class.
The illegal $display demonstrates that one cannot access a type name with the . operator.
-----Original Message-----
From: owner-sv-champions@eda.org [mailto:owner-sv-champions@eda.org] On Behalf Of Brad Pierce
Sent: Monday, February 07, 2011 8:02 PM
To: sv-champions@eda.org
Subject: RE: [sv-champions] Email vote - Ending February 7th
Neil,
I approve all except
http://www.eda-twiki.org/svdb/view.php?id=2505
because its final example should clarify also whether the following are legal
initial $display (type(v.T)'(3.45));
localparam type TV = type(v);
initial $display (TV::T'(3.45));
-- Brad
-----Original Message-----
From: owner-sv-champions@eda.org [mailto:owner-sv-champions@eda.org] On Behalf Of Neil Korpusik
Sent: Saturday, January 29, 2011 8:23 PM
To: sv-champions@eda.org
Subject: [sv-champions] Email vote - Ending February 7th
P1800 Champions,
We are conducting an email vote for mantis items that are in the resolved state. There are 19 mantis items ready for the Champions. I have put all 19 into this email vote. Several of these mantis items are for closing without any changes being required. Several of the others are very small changes. Only a few have a more extensive set of changes.
Mark your votes as being either Approve or Oppose. If you Oppose, please specify a reason. You have until February 7, 6pm (PST) to cast your votes.
Neil
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Tue Feb 8 14:15:01 2011
This archive was generated by hypermail 2.1.8 : Tue Feb 08 2011 - 14:15:01 PST