From: Anders Nordstrom (andersn@bcarsb82)
Date: Wed Sep 03 1997 - 10:24:44 PDT
Subject: BTF - BE40 - Arrayed Instance Hierarchical References
Behavioral Task Force - Errata Submission
Assigned Enhancement Request Number: BE40
Errata Name (Description): Arrayed Instance Hierarchical References
Date Submitted: 961217
Requestor: Mike MacNamara
Status: Submitted (priority not yet assigned)
Errors found in the Verilog LRM (IEEE 1364-1995).
Details:
What also needs to be addressed in the BNF is hierarchial references into and
through arrayed instances:
module foo;
bar b1[7](a,b,c);
initial
// no syntax defined!
$monitor ($time,,b1[3].f1.a,, b1[6].f2.a);
endmodule
module bar(i1, i2, i3);
input i1;
output i2,i3;
f f1(i1,i2);
f f2(i1,i3);
endmodule
module f(i,o);
wire a;
endmodule
Mac
+-----------------------------------------------------------------------+
| Anders Nordstrom |
| Senior ASIC Designer |
| |
| Northern Telecom Ltd. Email: andersn@nortel.ca |
| P.O. Box 3511 Station C Phone: 613-763-9186 |
| Ottawa, Ontario K1Y 4H7 Fax: 613-763-2626 |
+-----------------------------------------------------------------------+
This archive was generated by hypermail 2.1.4
: Mon Jul 08 2002 - 12:54:41 PDT
and
sponsored by Boyd Technology, Inc.