Cadence Virtuoso setup: Difference between revisions

From ift
No edit summary
No edit summary
Line 1: Line 1:
== update install manager ==
== Update install manager ==
Always update install manager if a newer exists or else installations may fail.
Always update install manager if a newer exists or else installations may fail.


Line 6: Line 6:
  tar xvf /prog/download/download.msc.rl.ac.uk/Cadence/2012_2013/ISCAPE/lnx86/iscape_VERSION
  tar xvf /prog/download/download.msc.rl.ac.uk/Cadence/2012_2013/ISCAPE/lnx86/iscape_VERSION


== run install manager ==
== Run install manager ==


  /prog/cadence/iscape/iscape/bin/iscape.sh&
  /prog/cadence/iscape/iscape/bin/iscape.sh&
Line 27: Line 27:
*When the install is finished and you are back in the result list, you need to press the small underlined cancel text to change the path.
*When the install is finished and you are back in the result list, you need to press the small underlined cancel text to change the path.


== package specifics ==
== Package specifics ==




Line 44: Line 44:
=== VIPCAT ===
=== VIPCAT ===
Choose UVM as the packet to install for IP verification
Choose UVM as the packet to install for IP verification
== Configuration ==
If a new install, then copy the template script called "production_cds_20xx_linux.csh" from the download folder to the /prog/cadence folder.
Line references following will be based on the 2012 release of the file. Check that actual foldernames are correct.
*24 - Set correct license server at line
*27 - Set top folder to /prog/candece
*37 - Set ALTOS path to /ALTOS/altos_rel3.2p3
*57 - Set ASSURA path to /ASSURA_4.12_CDB if using IC5, /ASSURA_4.12_OA if using IC6
*72/74 - Comment/uncomment line according to IC version
*83 - Set to correct MVS folder (correct according to install instructions)
*89+91 - Change tools to tools.lnx86 (check folder)
*110 - Set to correct IC6 folder (correct according to install instructions)
*151 - Set to correct ICC folder (correct according to install instructions)
*188 - Set PVE path to /PVE_11.12HF106
*213 - Set Conformal path to /CONFORMAL_11.10
*229 - Set to correct RCL folder (correct according to install instructions)
*243 - Set EDI path to /EDI_11.1
*258 - Set to correct ET folder (correct according to install instructions)
*274 - Set to correct ETS folder (correct according to install instructions)
*293 - Set MMSIM path to /MMSIM_11.10
*315 - Set INCISIV path to /INCISIVE_12.1
*387 - Set VIPCAT path to /VIPCAT_11.3.014
*411 - Set CTOS path to /CTOS_12.1
*Save file as production_cds_20xx_linux_mod.csh
csh
chmod +x /prog/cadence/production_cds_20xx_linux_mod.csh
source /prog/cadence/production_cds_20xx_linux_mod.csh

Revision as of 10:43, 19 July 2013

Update install manager

Always update install manager if a newer exists or else installations may fail.

cd /prog/cadence/
mkdir iscape
tar xvf /prog/download/download.msc.rl.ac.uk/Cadence/2012_2013/ISCAPE/lnx86/iscape_VERSION

Run install manager

/prog/cadence/iscape/iscape/bin/iscape.sh&

configure install manager

preferences -> directories
Set default install directory to
/prog/cadence

install/update program with install manager

For new installs, follow the install instructions provided by europractice in addition to the tips from this guide. Correct directory naming reduces the amount of editing of the settings file later.

  • Press the icon which has the text "local directory/media install"
  • Select browse and navigate to the directory containing the install files and select the CDROM1 folder. *Check that there isn't a slash at the end of the path. The program doesn't search recursively.

fex: /prog/cadence/unpacked/ASSURA04.12.020-5141_lnx86.Hotfix/CDROM1

  • You don't need to install all updates recursively, select only the latest hotfix and the install will ask for the path to the base install when it is needed. If there are no hotfixes, install the base install.
  • Select the correct path to install to, keep the existing naming convention.
  • If a window opens with "Welcome to OpenAccess.....", just press enter and then 'n' and then enter again.
  • If a window opens which asks about configuring the license server, press n.
  • When the install is finished and you are back in the result list, you need to press the small underlined cancel text to change the path.

Package specifics

INCISIVE

When doing a full install, INCISIVE needs to be installed first as it is required by IC. Press cancel when the ARM license file dialog shows.

ASSURA

There are two versions ASSURA*-615 and ASSURA*-5141. 615 is for compability with IC5 (CDB), install folder is ASSURA_*_OA. 5141 is for use with IC6 (OA), install folder is ASSURA_*_CDB.

ALTOS

Altos doesn't use install manager and isn't caught by the untar program as it is a .tgz file.

VIPCAT

Choose UVM as the packet to install for IP verification

Configuration

If a new install, then copy the template script called "production_cds_20xx_linux.csh" from the download folder to the /prog/cadence folder.

Line references following will be based on the 2012 release of the file. Check that actual foldernames are correct.

  • 24 - Set correct license server at line
  • 27 - Set top folder to /prog/candece
  • 37 - Set ALTOS path to /ALTOS/altos_rel3.2p3
  • 57 - Set ASSURA path to /ASSURA_4.12_CDB if using IC5, /ASSURA_4.12_OA if using IC6
  • 72/74 - Comment/uncomment line according to IC version
  • 83 - Set to correct MVS folder (correct according to install instructions)
  • 89+91 - Change tools to tools.lnx86 (check folder)
  • 110 - Set to correct IC6 folder (correct according to install instructions)
  • 151 - Set to correct ICC folder (correct according to install instructions)
  • 188 - Set PVE path to /PVE_11.12HF106
  • 213 - Set Conformal path to /CONFORMAL_11.10
  • 229 - Set to correct RCL folder (correct according to install instructions)
  • 243 - Set EDI path to /EDI_11.1
  • 258 - Set to correct ET folder (correct according to install instructions)
  • 274 - Set to correct ETS folder (correct according to install instructions)
  • 293 - Set MMSIM path to /MMSIM_11.10
  • 315 - Set INCISIV path to /INCISIVE_12.1
  • 387 - Set VIPCAT path to /VIPCAT_11.3.014
  • 411 - Set CTOS path to /CTOS_12.1
  • Save file as production_cds_20xx_linux_mod.csh
csh
chmod +x /prog/cadence/production_cds_20xx_linux_mod.csh
source /prog/cadence/production_cds_20xx_linux_mod.csh