Installing of Synopsys tools
Synopsys tools are powerful, but they come with strict licensing and are usually distributed either via the official SolvNet portal or authorized partners like Eigen in India
Accessing Synopsys Tools & Licenses via SolvNet
Once you purchase Synopsys EDA tools, the company provides you with
official login credentials for their support portal,
https://solvnet.synopsys.com. Using these credentials, you can:
Download licensed Synopsys tools directly to your local machine or server.
- Access and manage license files, including downloading updated versions when the license is renewed or extended.
- Stay up to date with the latest tool versions, service packs, patches, and documentation.
Synopsys ensures that licensed users always have access to the most stable and secure versions of their tools via the SolvNet platform.
What to Download After Logging into SolvNet
Once you log in to the
Synopsys SolvNet portal using your credentials, the following components must be downloaded to begin the installation process:
-
Synopsys Installer
-
SCL (Synopsys Common Licensing)
-
EDA Tool Packages
-
License File (if not already configured)
Step-2: Launch the Synopsys Installer GUI
Open a terminal with root privileges and Navigate to the directory where the Synopsys Installer was downloaded.Provide the execute permission to the SynopsysInstaller file.chmod 755 SynopsysInstaller_v5.5.run
3. Run the command to unpack the installer (-d switch is for creating a directory installer)
./SynopsysInstaller_v5.5.run -d installer
4. Navigate into the newly created installer directory
cd installer
5. List them now to verify successful extraction,
ls installer
6. Now, initiate the installer launch in GUI mode with the command,
./installer -gui
- After launching the installer, the GUI will open. Click "Start" to begin the setup process.
- You will be prompted to enter the Site ID, which is provided by Synopsys at the time of purchase.
- Next specify,
- The Source Location: Path to the downloaded installation packages.
- The Destination Directory: The target directory where you want the tools to be installed
Step-4: Complete Installation and Prepare for Configuration.
Accept the license agreement and proceed with the installation.
The installer will now begin installing the selected tools.
- You can repeat this process to install additional tools as needed.
Once installation is complete, you’ll need to configure the license server and set environment variables (typically in .bashrc or .cshrc) to make the tools accessible system-wide.
Related Articles
Launching of StarRC
StarrcX To invoke StarRcx, use below command > starrc_shell >start_gui Note: If you don’t have StarRc licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools.
Launching of Custom Compiler
Custom Compiler To invoke custom_compiler, use below command <custom_compiler Note: If you don’t have custom compiler license access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools
Launching of ICV
ICV To invoke ICV, use below command >icv Note: If you don’t have ICV licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools.
Launching of HSPICE
Hspice To invoke Hspice, use below command >hspice Note: If you don’t have Hspice licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools
Launching of SpyGlass
Spyglass To invoke spyglass, use below command. >sg_shell >start_gui Note: If you don’t have Spyglass shell license access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools