bad syntax in example in section 6.6.2

From: Marq Kole <marq.kole_at_.....>
Date: Mon Aug 15 2005 - 08:00:31 PDT
All,

I was just skimming through the open issues list Sri send around on July 
25 as an excel attachment. I have recently found about at least one more 
(minor) issue that's not in this list.

In the example in section 6.6.2 on page 131 of the LRM (genvarexp), the 
array terminal dt is defined with bad syntax. Instead of:

  input dt[1:width];
  electrical dt[1:width];

it should be defined using:

  input[1:width] dt;
  electrical[1:width] dt;

I think this should be added to open issues list.

Marq Kole
Competence Leader Analog Simulation, Philips ED&T
Received on Mon Aug 15 08:02:50 2005

This archive was generated by hypermail 2.1.8 : Mon Aug 15 2005 - 08:03:31 PDT