| raftman 
 
		Junior Member   Offline   
		Posts: 11
		
		
		
		 | 
			Thanks, I ended up fixing the unresolved instances by copying over the default ams.env file from the installation directory.
 However, I am having problems with the connect modules.  I found and installed the libraries (correctly I believe), but am getting the following error and warning.
 
 ncelab: *W,CUCMCB (../SAR_cap_array/test_adc_ahdl/schematic/verilog.vams,91|36): Resolve connect module logic2elect binding through a search of the library which has the view
 of connectrules unit, connectLib.logic2elect:module is taken.
 sample_out ), .vrefpcontp( vrefpcontp[11:0] ), .dout( dout[11:0] ) );
 |
 ncelab: *E,CUVNCM (../SAR_cap_array/test_adc_ahdl/schematic/verilog.vams,91|57): No connection module found:Need an input port of discrete discipline logic, and an output port
 of continuous discipline voltage.
 sample_out ), .vrefpcontp( vrefpcontp[11:0] ), .dout( dout[11:0] ) );
 
 
 I am confused because the warning (top) indicates that logic2elec was found, yet the error (bottom) complains about needing a module from "discrete/logic to continuous/voltage" -> which should be logic2elec correct?
 
 Can you describe how you setup the connectLib (compilation, directory locations, elaborator, etc).
 
 Many thanks!
 |