• 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. Custom IC Design
  3. "ncelab: *E,CUVPOM " Errors... is invalid or has multiple...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 125
  • Views 8758
  • 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

"ncelab: *E,CUVPOM " Errors... is invalid or has multiple connections

RFStuff
RFStuff over 4 years ago

Dear All,

I have a verilogAMS module. I have declared an output port bus as data_out[4:0] like below:-

output wreal data_out[4:0];

real past_data_bits[4:0];

.......

.......

genvar ind1

for (ind1=N;ind1>=0;ind1=ind1-1) begin
    assign data_out[ind1]=past_data_bits[ind1];

end

The above code compiled properly without any error. However, when I simulated it, I get  the error:-  "ncelab: *E,CUVPOM " Errors...  is invalid or has multiple connections.

Could anybody please tell how to get over this issue ?

Kind Regards,

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

    Not sure it's necessarily related to that - since it's an elaboration rather than compilation error. The expanded help (using XCELIUM, but it will be the same with the obsolete INCISIVE release too):

    UNIX> xmhelp xmelab CUVPOM
    xmhelp: 20.03-s016: (c) Copyright 1995-2021 Cadence Design Systems, Inc.
    xmelab/CUVPOM =
    The indicated port was either not declared in the instanced
    module, or it was mentioned too many times in the connection
    list.

    So it might be related to the use of the module?

    See also What are the possible reasons for the elaboration error message: *E, CUVPOM? (this was from searching on support.cadence.com for CUVPOM) - as was this: Handling mixed-signal design elaboration

    Andrew

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

    Not sure it's necessarily related to that - since it's an elaboration rather than compilation error. The expanded help (using XCELIUM, but it will be the same with the obsolete INCISIVE release too):

    UNIX> xmhelp xmelab CUVPOM
    xmhelp: 20.03-s016: (c) Copyright 1995-2021 Cadence Design Systems, Inc.
    xmelab/CUVPOM =
    The indicated port was either not declared in the instanced
    module, or it was mentioned too many times in the connection
    list.

    So it might be related to the use of the module?

    See also What are the possible reasons for the elaboration error message: *E, CUVPOM? (this was from searching on support.cadence.com for CUVPOM) - as was this: Handling mixed-signal design elaboration

    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