The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 30th, 2024, 5:59am
Pages: 1
Send Topic Print
Connectmodule error during ncelab (Read 2132 times)
tushit
New Member
*
Offline



Posts: 2

Connectmodule error during ncelab
Nov 08th, 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


Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.