The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> AMS Simulators >> Connectmodule error during ncelab
https://designers-guide.org/forum/YaBB.pl?num=1163020193

Message started by tushit on Nov 8th, 2006, 1:09pm

Title: Connectmodule error during ncelab
Post by tushit on Nov 8th, 2006, 1:09pm

I created a connectmodule for converting logic to electrical. I have code of the following kind:
----------------------------
reg a;
always @ (b)
  a = b;
xyz xyz_inst (
          .a_e(a));
-----------------------------
here the module xyz expected an input of type electrical. However, during ncelab I got the following error:

No connection driver found for this net.
NCelab points at the IN port for this error. Any help on debugging this error would be very useful.
Thanks
Tushit



The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.