• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Mixed-Signal Design
  3. No connection module found:Need an input port of continuous...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 64
  • Views 5340
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic

PuneethL
PuneethL over 8 years ago

Hi All,

I am new to this AMS simulations, I am facing issues during the elaboration

`include "disciplines.vams"
(* cds_ams_schematic *)
module FLASH_ADC_TB ( o,D,AVDD,AVSS,IBIAS,VSUP,PBKG,VREF );

output [2:0] o;
logic [2:0] o;
output [6:0] D;
logic [6:0] D;

electrical AVDD;
electrical AVSS;
electrical IBIAS;
electrical VSUP;
electrical PBKG;
electrical VREF;


electrical net2;
electrical net7;

FLASH_ADC (*
integer library_binding = "PUNEETH_BQFXX";
*)
I0 ( .VIN_N(
net2 ), .AVSS( AVSS ), .D1( D[1] ), .D3( D[3] ), .VIN_P( VSUP ), .D2(
D[2] ), .D4( D[4] ), .D5( D[5] ), .D6( D[6] ), .PBKG( PBKG ), .IBIAS(
IBIAS ), .AVDD( AVDD ), .DO( D[0] ) );

vsource #(.type("dc"), .dc(4)) (*
integer library_binding
= "analogLib";
*)

ncelab: *E,CUVNCM (./source/digital/verilog.vams,40|28): No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance FLASH_ADC_TB.I0.
net2 ), .AVSS( AVSS ), .D1( D[1] ), .D3( D[3] ), .VIN_P( VSUP ), .D2(
|
ncelab: *E,CUVNCM (./source/digital/verilog.vams,40|41): No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance FLASH_ADC_TB.I0.
D[2] ), .D4( D[4] ), .D5( D[5] ), .D6( D[6] ), .PBKG( PBKG ), .IBIAS(
|
ncelab: *E,CUVNCM (./source/digital/verilog.vams,41|0): No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance FLASH_ADC_TB.I0.
D[2] ), .D4( D[4] ), .D5( D[5] ), .D6( D[6] ), .PBKG( PBKG ), .IBIAS(
|
ncelab: *E,CUVNCM (./source/digital/verilog.vams,41|13): No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance FLASH_ADC_TB.I0.
D[2] ), .D4( D[4] ), .D5( D[5] ), .D6( D[6] ), .PBKG( PBKG ), .IBIAS(
|
ncelab: *E,CUVNCM (./source/digital/verilog.vams,41|26): No connection module found:Need an input port of continuous discipline electrical, and an output port of discrete discipline logic, at instance FLASH_ADC_TB.I0.
D[2] ), .D4( D[4] ), .D5( D[5] ), .D6( D[6] ), .PBKG( PBKG ), .IBIAS(

My ncelab command : ncelab worklib.FLASH_ADC_TB -snapshot FLASH_ADC_TB:snapshot -MESSAGES -timescale 1ns/100ps -iereport ConnRules_5V_basic cds_globals -discipline logic -DRESOLUTION

I have defined Connect rules properly, i even declared the output as logic and wires as electrical but still i am wrong somewhere please help me out.

Thanks in advance!!!!!

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    Maybe you've not compiled your connect modules and connect rules? Also, you might find it easier using irun rather than the three-step (ncvog/ncelab/ncsim approach).

    I suggest you contact customer support - this will be much easier to figure out if we can see your data. 

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    Maybe you've not compiled your connect modules and connect rules? Also, you might find it easier using irun rather than the three-step (ncvog/ncelab/ncsim approach).

    I suggest you contact customer support - this will be much easier to figure out if we can see your data. 

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information