From: James A. Markevitch (jam@magic.com)
Date: Fri Jan 10 2003 - 09:07:44 PST
Precedence: bulk
I am in favor of passing them all as a batch, except for issue 195.
>------ ISSUE 195 --------------------------------------
>
> In the final example of 3.11.3, change
>
> module RAM16GEN (DOUT, DIN, ADR, WE, CE)
>
> to
>
> module RAM16GEN (output DOUT, input DIN, ADR, WE, CE) ;
This is just a fragment, so the "input" and "output" are not really necessary.
If, however, it is desirable to make this a more complete and realistic
example, and we're going to the effort of making a change, let's make it
more realistic:
module RAM16GEN (output [7:0] DOUT, input [7:0] DIN, input [5:0] ADR,
input WE, CE) ;
Perhaps this is just a friendy ammendment and we can avoid a protracted
discussion.
James Markevitch
This archive was generated by hypermail 2.1.4
: Fri Jan 10 2003 - 09:35:25 PST
and
sponsored by Boyd Technology, Inc.