From: Shalom.Bresticker@motorola.com
Date: Wed Jan 29 2003 - 08:55:51 PST
Precedence: bulk
Fix first example in 13.1 as follows:
<pre>
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
</pre>
The keywords 'module' and 'endmodule' should be in bold
keyword font.
http://boydtechinc.com/cgi-bin/issueproposal.pl?cmd=view&pr=262
This archive was generated by hypermail 2.1.4
: Wed Jan 29 2003 - 08:57:27 PST
and
sponsored by Boyd Technology, Inc.