Date: Thu, 21 Jan 2010 15:34:06 -1000 From: Mike Cooney I got simulations working for the IBM V1.6.2.5 design kit. The attached PDF will describe the basics. To setup the V1.6.2.5DM Design kit: Switch into the directory where you want the design kit (ex: /home/$USER/design/$KIT) Type (note the period at the end): cp -R /opt/cadence/designKits/setupFiles/IBM_1.6.2.5_IC514 . If you have a previous library you want to use you can edit the cds.lib file inside the IBM_1.6.2.5_IC514 directory to point to the location of the library. The format is pretty self explanatory: DEFINE $LIBNAME $LOCATION (with DEFINE as a constant, $LIBNAME the name of the library as shown in the Library Manager, and $LOCATION as the full path on disk to the folder containing the library) -Mike