• 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. ADEXL 1921 failed to start problem with virtuoso IC6.18

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 125
  • Views 5363
  • 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

ADEXL 1921 failed to start problem with virtuoso IC6.18

hesaliveJim
hesaliveJim over 1 year ago

Cadence loads and work but not for multiple runs.

I get this at the terminal:



and this message:

Not sure whether this might be something to do with Xvfb not quite connecting with virtuoso.
I have added this:
setenv CDS_USE_XVFB 1
and should I use this:
setenv CDS_XVFB_RUN /usr/bin/
not sure if anything useful can be gained by
setenv CDS_XVFB_DEBUG 99
  • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago

    Which IC sub-version are you using? (Help->About will tell you this). Which OS are you running? If you can type "lsb_release -a" at the UNIX terminal, what does it report? Do you have "Xvfb" installed in Linux ("which Xvfb" from the UNIX prompt). The printf message suggests you must be using a pretty old bash version, so I'm wondering which OS you're using.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • hesaliveJim
    hesaliveJim over 1 year ago in reply to Andrew Beckett

    "The printf message suggests you must be using a pretty old bash version, so I'm wondering which OS you're using."

    your observation made me realise that the problem was probably not with the Cadence library dependencies or the OS but rather something I had done with the OS setup.

    I had installed dash required for another application and this seems to have interfered somehow with the correct operations of virtuoso and particularly cdsXvfb-run.

    The PDK I use requires tcsh,  Perhaps there is a way to tell Cadence to ignore bash, dash or anything else it does not want and just use the correct Unix shell what it needs in the start up script.

    I thought env -u SHELL tcsh would do.

    Anyway the problem has gone away.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 1 year ago in reply to hesaliveJim

    The vast majority of the wrappers used in our tools use ksh which is pretty unambiguous - you either have it installed or not (and things will just not work if not installed). There are a relatively small number of commands that use /bin/sh - and in the case of cdsXvfb-run it is an extension of xvfb-run (which is also using /bin/sh). Potentially that could have been reimplemented using ksh but that was probably a more extensive change then just adding the additional code to the existing script.

    I think quite a few things in general would fail if dash is replacing /bin/sh - most of the universe probably expects /bin/sh to be the "Bourne-Again Shell" rather than a POSIX-compliant Bourne Shell (which I think dash is).

    Our scripts do indeed state which shell they are using in the shebang at the top; I think the problem here was just those that use /bin/sh suffer from some ambiguity as to which flavour is being used. There are a small number of explicit "csh" scripts, but these are all pretty old and I suspect they are fine with it being a traditional csh or the enhanced "tcsh" (I'm not sure whether the Berkeley csh is available on most Linux distributions - I've not checked).

    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