Dave Miller wrote:
> Hi Paul,
> I believe the example of sigmadelta is incomplete. The net discipline
> declaration should be at the same scope. So the example in sigmadelta
> should be:
>
> electrical gnd;
> ground gnd;
>
Hi
In that case, then the same issue applies module motorckt (section
3.6.2.1, Nature binding).
module motorckt;
parameter real freq=100;
ground gnd;
electrical drive;
rotational shaft;
motor m1 (drive, gnd, shaft);
vsource #(.freq(freq), .ampl(1.0)) v1 (drive, gnd);
endmodule
Regards
Paul Floyd
-- Dr Paul Floyd Mentor Graphics Corporation -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Mon Feb 7 00:58:55 2011
This archive was generated by hypermail 2.1.8 : Mon Feb 07 2011 - 00:59:08 PST