• 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. Layout: Cannot change terminal from scalar to bus

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 126
  • Views 17071
  • 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

Layout: Cannot change terminal from scalar to bus

Magistus
Magistus over 6 years ago

Hello everyone,

I have a layout in which a scalar pin exists. Now I want to change this pin to a bus pin. But if I try this, I get the error 

Edit Properties
Cannot change terminal Name 'Vbb_lp6_PA' to 'Vbb_lp6_PA<0>'.
Error creating Terminal.

This problem I have very often. And my colleagues too.

Can anyone tell me, how to solve this problem?

Thank you very much!
Sascha

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

    The underlying reason is that the database cannot both a scalar and vector (bus) pin with the same base name, but in this case you're changing it so that shouldn't be a problem if the tool handled it properly. I did a quick search and found some reports of this, but all seemed to focus on giving a workaround (add a character, hit apply, and then replace the extra character with <0> and then apply again) rather than seeing if we could fix it properly. As a result, I didn't spot any change request to ask that the layout tool handle this behind the scenes.

    So I would suggest you contact customer support and ask for a change request (CCR) to get Virtuoso Layout Suite to handle this.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Magistus
    Magistus over 6 years ago in reply to Andrew Beckett

    Hi Andrew,

    your workaround does not help. Now I have deleted everything except one pin. The layout is totally empty! And this pin has a completely different name. But if I try to rename this pin, the error still occur. There must be something strange in this database. Is there a way to look inside this database? Or can I manually update this database? Or something else?

    Regards,
    Sascha

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Magistus

    Most likely there's either another pin on the terminal, or the terminal has been left behind (are you using VLS XL?). You can check by doing:

    cv=geGetEditCellView()
    term=dbFindTermByName(cv "THETERMNAME") ; where "THETERMNAME" is what you are looking for
    term~>pins

    If the last returns a list of db objects, there are still pins on that terminal that you might need to update to the intermediate name together. if not, you probably do dbDeleteObject(term) to remove it. Be careful in case you delete something you didn't meant to though!

    My workaround was to rename to something else, thus freeing up the terminal name and allowing you to name it back to a vectored name. However, that only works if nothing is still using the original terminal name.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Magistus
    Magistus over 6 years ago in reply to Andrew Beckett

    Yes, I am using XL.

    I tried your commands:

    but the error still occurs:

    If I try the workaround by renaming the pin to
    Vbb_1p6_PA_test
    then this works. But if I try to rename this to
    Vbb_1p6_PA<0>
    then the error occurs. AND if I try to rename it to
    Vbb_1p6_PA_test<0>
    then the error occurs too!

    Regardless which name I try, it is not possible to change a scalar pin to a bus pin. Even with the funiest name:

    For completeness: If I try to create e new bus pin with the name which leads to the error, then I get this error:

    Very strange!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Magistus

    I'd need to see the data to understand what is going on (I can't guess right now). Maybe it's because the net remains, but that seems unlikely given some of your experiments. You should contact customer support as I suggested earlier.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Magistus

    I'd need to see the data to understand what is going on (I can't guess right now). Maybe it's because the net remains, but that seems unlikely given some of your experiments. You should contact customer support as I suggested earlier.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Magistus
    Magistus over 6 years ago in reply to Andrew Beckett

    What data do you mean? The design itself? Maybe I can create a simple design which I can upload anywhere.

    Ok, I will contact the support. I hopped I can get a solution here in the forum faster.

    Thank you Andrew!

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 6 years ago in reply to Magistus

    I mainly meant that an AE could look at your data together with you in (say) a webex session. The database would be great, but sometimes just being able to do some interactive exploration together can be helpful. 

    Similarly I could put together an example which showed it working (the workaround, but not sure how useful that would be. I'd sooner use this as an opportunity to get across to R&D that this needs improving, hence the request to go via customer support.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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