From: chas@cadence.com
Date: Mon Aug 12 2002 - 09:43:54 PDT
Precedence: bulk
>Number: 93
>Category: errata
>Originator: Charles Dawson
>Environment:
>Description:
The example has several problems:
1. The 5th line
reg 8*32:1 testname;
should read:
reg [8 * 32 : 1] testname;
2. The 31st line
pstring = "+TEST%d";
should read:
pstring = "TEST%d";
3. The 32nd line
if ($value$plusargs(pstring, test[31:0))
should read:
if ($value$plusargs(pstring, test[31:0]))
Please note that even with these changes, this example will
not compile. It needs additional begin/end a module
statement, ...etc. I have a now working example that I
could ship to you.
This archive was generated by hypermail 2.1.4
: Thu Oct 10 2002 - 09:24:27 PDT
and
sponsored by Boyd Technology, Inc.