Subject: RE: Thoughts on OOMRs
From: Ian Wilson (imw@antrim.com)
Date: Wed Feb 07 2001 - 09:05:40 PST
The need for a declaration of the net referenced in an OOMR
appears to be purely an artefact of the hierarchical approach
to discipline assignment.
There doesn't seem to be an inherent need for a declaration:
module top;
A a();
B b();
endmodule
module A;
electrical e;
endmodule
module B;
electrical z;
analog V(z) <+ V(top.A.e); // no ambiguity
endmodule
This archive was generated by hypermail 2b28 : Wed Feb 07 2001 - 09:07:48 PST