Re: [sv-ec] New errata - missing semicolon in 11.24


Subject: Re: [sv-ec] New errata - missing semicolon in 11.24
From: David W. Smith (David.Smith@synopsys.com)
Date: Sun Nov 16 2003 - 23:06:34 PST


This is posted as ERR-45.

Regards
David
  ----- Original Message -----
  From: Dave Rich
  To: sv-ec@eda.org
  Sent: Saturday, November 15, 2003 1:50 PM
  Subject: [sv-ec] New errata - missing semicolon in 11.24

  REPLACE missing semicolon in the example in section 11.24

  typedef class C2; // C2 is declared to be of type class
  class C1
  C2 c;
  endclass
  class C2
  C1 c;
  endclass

  WITH

typedef class C2; // C2 is declared to be of type classclass C1; C2 c;endclassclass C2; C1 c;endclass--

--
David.Rich@Synopsys.com
Technical Marketing Consultant
http://www.SystemVerilog.org
tele:  650-584-4026
cell:  510-589-2625



This archive was generated by hypermail 2b28 : Sun Nov 16 2003 - 23:10:43 PST