HIT-Kit v3.70: Installation Instructions

 

General Information

  • Cadence HIT-Kit v3.70 is qualified for Cadence IC 5.1.41 USR1
  • Supported operating systems are Solaris 7/8/9, HP-UX11, Red Hat Linux 7.3 and Red Hat EL 3.0
  • All tarfiles on the DVD-R are encrypted
  • A license is required to install and to use the HIT-Kit features

 

Generate License Key

  • Log on to our technical web server at http://asic.austriamicrosystems.com/cgi-sbin/cis/amslmd.cgi
  • This service is only available to registered users. If you are not already registered, click on the REGISTER button at http://asic.austriamicrosystems.com
  • Select appropriate HIT-Kit version
  • Select available technologies
  • Enter the host name of your license server
  • Enter the host-id of your license server 
    (e.g. the command lmhostid can be used to find out the host-id)
  • Download license file
  • Save received license file to disk
  • Start installation of HIT-Kit as usual (see detailed description below)

 

Installation of the Cadence HIT-Kit

The HIT-Kit is to be installed by the library manager. The $AMS_DIR path should not exceed 20 characters (if the path to $AMS_DIR is too long, you may have problems performing mixed mode simulations).

First create a root directory:

  • mkdir ams_root  (e.g.: mkdir /disk/prg/hk_3.70)
  • cd ams_root

Once the DVD-R is mounted start the installation by entering the command:

  • ./ams_install
  • Prompt asks you to enter an ams_root directory
  • Prompt asks you to enter the path to the license file
  • All files specified in the license file will now be installed in entered ams_root directory
  • File permissions of executables will be checked
  • The installed libraries will be configured by the script INSTALL_AMS_CDS

 

Configuration of the HIT-Kit

After successful installation set up the environment variable $AMS_DIR . This command may be placed in your local .cshrc file or a generic start-up script so that it is always defined.

  • setenv AMS_DIR ams_root_directory
    (e.g.: setenv AMS_DIR /disk/prg/hk_3.70)

For a correct configuration of the user environment and to start designing with Composer see also Composer: Usage
 

 

Start the HIT-Kit License Server

  • Log on to your license server
  • Save received license file amslmd.lic to disk
  • Start license server:
    $AMS_DIR/Flexlm/v9.5/<os>/lmgrd -c <absolute path to amslmd.lic -l <absolute path to log file>
  • Check the license server status:
    $AMS_DIR/Flexlm/v9.5/<os>/lmutil lmstat -c <absolute path to amslmd.lic> 

 

Note: amslmd requires FlexLM 9.5. Therefore use lmgrd and lmutil which are included in the HIT-Kit. Using the Cadence license management tools might fail for the HIT-Kit licensing system.

 

Starting Composer

To ensure correct operation of the HIT-Kit within the Cadence environment the Composer software should be invoked using the script ams_cds which is fully described in the next section - HIT-Kit Startup Script.