ISSUE 262

Number 262
Category errata
Synopsis Formatting problem in example in Clause 13.1
State lrmdraft
Class errata-simple
Arrival-DateJan 13 2003
Originator Anders Nordstrom <andersn@sympatico.ca>
Release 2001b: 13.1
Environment
Description
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3125321558_10975580
Content-type: text/plain; charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

In the example in Clause 13.1, second column there are two comments.
The second one =B3//gate-level adder description=B2 refers to the module define=
d
in the third column.
Move the comment to the third column just under file =B3adder.vg=B2

Regards,

Anders


--B_3125321558_10975580
Content-type: text/html; charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable



Formatting problem in example in Clause 13.1


<FONT FACE=3D"Verdana">In the example in Clause 13.1, second column there are=
two comments.

The second one “//gate-level adder description” refers to the m=
odule defined in the third column.

Move the comment to the third column just under file “adder.vg”=




Regards,



    Anders






--B_3125321558_10975580--

Fix

Fix first example in 13.1 as follows:

              The first column should look like this:

              file top.v
              module top();
              adder a1 (...) ;
              adder a2 (...) ;
              endmodule

              The second column should look like this:

              file adder.v
              module adder(...);
              //rtl adder description
              ...
              endmodule

              The third column should look like this:

              file adder.vg
              module adder(...);
              //gate-level adder description
              ...
              endmodule


The keywords 'module' and 'endmodule' should be in bold
keyword font.

Audit-Trail

From: Shalom Bresticker <Shalom.Bresticker@motorola.com>
To: Anders Nordstrom <andersn@sympatico.ca>
Cc: etf-bugs@boyd.com
Subject: Re: errata/262: Formatting problem in example in Clause 13.1
Date: Tue, 14 Jan 2003 18:33:45 +0200

There was a formatting problem in this mail about a formatting problem.
Here is the readable version, and afterwards a comment.

> In the example in Clause 13.1, second column there are two comments.
> The second one "//gate-level adder description" refers to the module defined
> in the third column.
> Move the comment to the third column just under file "adder.vg"

Anders is correct. I had to go back to Draft 6 to check it.
In addition, the comment "// rtl adder description" looks like it is a
continuation of the code line in the first column.
Actually, it is part of the second column.

The first column should look like this:

file top.v
module top();
adder a1 (...) ;
adder a2 (...) ;
endmodule

The second column should look like this:

file adder.v
module adder(...);
//rtl adder description
...
endmodule

The third column should look like this:

file adder.vg
module adder(...);
//gate-level adder description
...
endmodule




Unformatted


Hosted by Boyd Technology