License and user environment information for Linux Hspice instructions for version G-2012 1. Open a Terminal window and type the following command to setup your Synopsys license environment. % SNPSLMD_LICENSE_FILE=1781@license.ece.ucsb.edu % export SNPSLMD_LICENSE_FILE 2. Set path to the executable directory (Hspice example). % PATH=/ece/synopsys/hspice/G-2012.06-SP2/hspice/bin:$PATH % export PATH 3. Setting up the Discovery AMS Simulation environment (Hspice example). % SNPS_SIMIF=/ece/synopsys/simif/G-2012.06-SP2 % export SNPS_SIMIF 4. Set path to the executable directory (Hspice example). % PATH=${SNPS_SIMIF}/bin:$PATH % export PATH 5. Run your command. % hspice Or % simif Notes! 1. You can skip the individual line by line settings above or type the command: % source /ece/synopsys/hspice/G-2012.06-SP2/hspice/bin/bash.meta 2. On 64bit systems, type the command: % hspice64 Or % simif64 Using Design Compiler 1. Open a Terminal window and type the following command to setup your Synopsys license environment. % SNPSLMD_LICENSE_FILE=1781@license.ece.ucsb.edu % export SNPSLMD_LICENSE_FILE 2. Set path to the executable directory (Hspice example). PATH=/ece/synopsys/synthesis/K-2015.06-SP5-4/bin:$PATH export PATH 3. Run your command. % dc_shell or % design_vision Using Sentaurus Workbench 1. Open a Terminal window and type the following command to setup your Synopsys license environment. % SNPSLMD_LICENSE_FILE=1781@license.ece.ucsb.edu % export SNPSLMD_LICENSE_FILE 2. Set path to the executable directory (Hspice example). PATH=/ece/synopsys/sentaurus/N_2017.09-SP2/bin:$PATH export PATH 3. Run your command. % swb License information for Windows 1. From the Start menu, choose Settings > Control Panel. 2. Double-click the System icon. 3. Click the Environment tab of the System Properties folder. 4. In the Variable field near the bottom, enter the name of the environment variable that you want to set. (For example, type SNPSLMD_LICENSE_FILE.) Note: Avanwaves, nWave, metawaveswin, and metawaves have been replaced by Custom WaveView (CustomExplorer). Note: It is recommended that you use the SNPSLMD_LICENSE_FILE variable to refer to the SCL license key file and software. However, you can also (or alternatively) set the standard Macrovision Software, Inc. license environment variable LM_LICENSE_FILE. 5. In the Value field, type the location of the SCL license key file (and server software) using the port@host notation (1781@license.ece.ucsb.edu). For ISE TCAD in Windows: After installation of ISE TCAD, you must also install cygwin. You can download it from the website or find it on the CD that ISE TCAD came on. Install for All Users and with the defaults. Add cygwin to the Windows Environment Path with the following steps: 1. From the Start menu, choose Settings > Control Panel. 2. Double-click the System icon. 3. Click the Environment button in the Advanced tab. 4. In the Variable field near the bottom, click edit on the Variable named Path. Add "c:\cygwin\bin;" to the end, without the quotation marks. NOTE: If you want non-administrator users to be able to run ISE TCAD you must open cygwin and run the following commands: cd C:\ISE_TCAD chmod 755 bin