ASIC laboratory Heidelberg


Content

AMS technology installation for Cadence

AMS provides several technologies from 2um CMOS to 0.35um CMOS and BiCMOS. Their design kit is called HIT-KIT which is installed in the ASIC lab in various versions, currently ranging from 3.01 to 3.30. AMS provides a script that installs your choice of technology and version appropiately in your account.

In the .bashrc file in your login directory, add the following line:

# Define path to AMS libraries
 export AMS_DIR=/cad/libs/ams3.20

This defines the location of the AMS installation. There may be newer versions available at the SIC lab than 3.20 as used above. Please contact the system administrator concerning this.

Make your .bashrc files sourced, e. g. by opening a new shell.

Change into the directory you created for the technology you wanted to use, e. g. ~/libs/ams/cye.

Execute the script

$AMS_DIR/artist/bin/ams_cds -help

This will print the following help information:

usage: ams_cds
          [ -tech <AMS_library> ] - specify AMS library to use
          [ -newtech ]            - update to new technology
          [ -newtool ]            - update to new tool
          [ -update  ]            - force update of .cdsinit & .simrc files
          [ -quiet   ]            - don't ask any questions
          [ -tool <tool> ]
           where <tool> can be: artist        (Standard Analogue Artist)
                                dfii          (Standard Digital environment)
                                global_supply (parametric supplies (Artist only))
                                interactive   (Queried at start of each session)
          [ -mode <mode> ]
           where mode can be: fb   (for front end back end)
                              ms   (for mixed-signal) (default)
                              msfb (for mixed-signal front-back)
                              ds   (for digital schematic),
                              ly   (for layout)
                              lyp  (for layoutPlus)
                              ca   (for cellEnsemble/Preview)

To install Cadence for AMS for the complete design flow (HDL/schematic entry to tape out) type the following:

$AMS_DIR/artist/bin/ams_cds -tech xxx -tool artist -mode fb

where xxx is the AMS notation of the library, e. g. cyx for 0.8um CMOS or BiCMOS. To get a list of technologies available in the ASIC lab please contact the system administrator. An overview can be obtained from AMS's web site.

The script will install all necessary files into your current working directory and into your login directory. After that it will start cadence. You may either go ahead directly or shut down cadence via the menu selection.

Invocation of cadence for AMS technology

Successive cadence sessions are invoked by entering

icfb &

from within your working directory.
 
 

 
Next - Previous - Home

If you have any web site related questions and/or comments, please e-mail wwwasic
Last change: 4 Apr 2001