• 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. Functional Verification
  3. How to Setup Xcellium to run on Ubuntu

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 65
  • Views 22647
  • 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

How to Setup Xcellium to run on Ubuntu

CommLogicDesign
CommLogicDesign over 6 years ago

Yes, I know its not a supported platform, it should be.

Most of the companies I work with run Ubuntu. Does anyone have a list of steps/libraries that need to be installed to get Xcellium working on Ubuntu?

thanks, Andy@CommLogicDesign

  • Cancel
  • StephenH
    StephenH over 6 years ago

    I very rarely see any Debian based Linux in use in ASIC companies, virtually everyone uses RedHat, and there's a cost to supporting different platforms (compute infrastructure to test each release, engineering effort to handle inconsistencies between platforms etc). Cadence does watch the market and does add or remove platforms based on market trends. For example we recently added support for Arm v8 on Red Hat, based on customer demand.

    Anyway, to your specific question, you might need to install a few extra system libraries; I've noticed that Ubuntu seems to only install the 64-bit libraries by default, and Xcelium tries to run 32-bit by default (for best performance).

    Here's what I had to install to get a basic sanity test to build and run on Ubuntu desktop 19.04 LTS:

    • Ensure the required shell interpreters are available:
      • sudo apt install tcsh
      • sudo apt install ksh
      • cd /bin
      • sudo rm sh
      • sudo ln -s bash sh
    • Because no 32-bit support on the default OS install!
      • export PATH=/xcelium/19.03.003/tools/bin/64bit:$PATH
    • Fix "invalid" paths in /usr/include (Ubuntu adds an extra hierarchy level c.f. RHEL):
      • cd /usr/include/
      • sudo ln -s x86_64-linux-gnu/sys sys
      • sudo ln -s x86_64-linux-gnu/bits bits
      • sudo ln -s x86_64-linux-gnu/asm asm
      • sudo ln -s x86_64-linux-gnu/gnu gnu

    If you find you need to make further tweaks, please do share the knowledge back here, to help anyone else who wants to use Ubuntu.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • CommLogicDesign
    CommLogicDesign over 6 years ago in reply to StephenH

    I did get it working, the key missing lib was Linux Standard Base:  lsb

    In the FPGA world, Ubuntu is most common and Xilinx tools work out of the box with Ubuntu.

    thanks, Andy

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • CommLogicDesign
    CommLogicDesign over 6 years ago in reply to CommLogicDesign

    also, we only use xrun in 64bit mode.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • StephenH
    StephenH over 6 years ago in reply to CommLogicDesign

    Thanks Andy for the hint about LSB. 

    • 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