• 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. VMT

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 125
  • Views 13523
  • 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

VMT

sidm
sidm over 5 years ago

Hello All, 

I am trying to launch virtuoso with the vsdp option in IC 6.1.7-64b.500.23 

I am getting the below error. Can you please advise what is the issue here ?

$ virtuoso -sdp
[1] 76377
-sdp: Command not found.

I see the 95541 & 95543 license options available in the CIW -> OPTIONS -> LICENSES menu

Does this enable me to use the VSDP option and also to generate s-parameters for on-chip components ?

Any detailed replies will be great help. 

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

    My guess is that virtuoso that you're running is not the virtuoso from the IC installation, but an alias or a wrapper script, and this is not passing the arguments through to the executable.

    Check what "which virtuoso" responds with, or what "alias virtuoso" responds with. 

    From a little experiment, I can reproduce your problem by doing:

    alias virtuoso='virtuoso &'

    and then using:

    virtuoso -sdp

    gives this issue (the clue is the [1] nnnnn output which suggests that something has been backgrounded).

    If that's what you've done, and it's a bash alias, then you could use this instead:

    alias virtuoso='virtfunc(){ virtuoso "$@" & }; virtfunc'

    This creates a temporary function, and allows the arguments to be passed before it backgrounds the process.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • sidm
    sidm over 5 years ago in reply to Andrew Beckett

    Thanks for the reply Andrew, yes there is an alias in the source script. 

    Please see the results below 

    which virtuoso
    virtuoso: aliased to virtuoso &

    Also I see the 95541 & 95543 license options available in the CIW -> OPTIONS -> LICENSES menu

    Does this enable me to use the VSDP option and also to generate s-parameters for on-chip components ??

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to sidm

    Sounds as if you might be using csh not bash, in which case using:

    alias virtuoso 'virtuoso \!* &'

    would solve the problem. As for usage of VSDP, I wouldn't say I have much experience of using VSDP, so I'd advise you to look at Virtuoso System Design Platform Multi-Technology Simulation Demonstration (there are other rapid adoption kits available - go to http://support.cadence.com then pick Resources->Rapid Adoption Kits and in the Search in Rapid Adoption Kits box (not the search at the very top of the page), type "VSDP" and you'll find a few relevant kits.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to sidm

    Sounds as if you might be using csh not bash, in which case using:

    alias virtuoso 'virtuoso \!* &'

    would solve the problem. As for usage of VSDP, I wouldn't say I have much experience of using VSDP, so I'd advise you to look at Virtuoso System Design Platform Multi-Technology Simulation Demonstration (there are other rapid adoption kits available - go to http://support.cadence.com then pick Resources->Rapid Adoption Kits and in the Search in Rapid Adoption Kits box (not the search at the very top of the page), type "VSDP" and you'll find a few relevant kits.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • sidm
    sidm over 5 years ago in reply to Andrew Beckett

    Thanks for the reply Andrew, 

    The server where I am accessing virtuoso doesn't have internet access so clicking on any of the RAKs etc.. don't work 

    Hence can you please suggest alternate method to access the videos/documents ?

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 5 years ago in reply to sidm

    No, you'll have to access it from somewhere that does have internet access... (like you do to respond here). You can also use the Cadence Online Support app from the app store/play store.

    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