Hi Andrew, I have found something interesting. I have three source file, the .cshrc, .cshrc_5d1, and .cshrc_6d16. The .cshrc will be automatically sourced when log in our linux server. For runing different tools with different technologies, I will source different source files. For 0.18um tech. tsmc tool, I source the 5.1 version, and for the 65nm tech tsmc tool, I source 6.16 version. Now my post is about ocean script runing for operation in tsmc65nm. So I sourced the .cshrc_6d16 incrementally on the default .cshrc. And the warnings in the original thread post appeared following the mentioned source manner. If I changed the source file, from 6.16 to 5.1, then I do not have any of these warnings. Problem seems solved, but I cannot get correct Gain value. I guess I have to use IC6 version to work with 65nm tool. This is a conflict: .cshrc_5d1 is good without any warning but bad in getting data or running simulation by using ocean script; .cshrc_6d14 is bad with warnings but good in fetching data and runing simlation. Could you please look at the three source files, and to see if you can see some tricks or mistake I made. If still you feel I need to contact a customer support to look at this, please keep suggesting it again. Thanks in advance. --------------------------------------------------------------------------------- .cshrc: ###: Default .cshrc will be automatically sourced when log in. setenv HOME /home/abc setenv LM_LICENSE_FILE 6055@cmcstc01.ca setenv CDS_LICENSE_FILE 6055@cmcstc01.ca setenv SNPSLMD_LICENSE_FILE 6055@cmcstc01.ca setenv MGLS_LICENSE_FILE 8056@cmcstc01.ca setenv CDS_Netlisting_Mode "Analog" setenv CDS_AUTO_64BIT NONE setenv LD_LIBRARY_PATH "" source /CMC/scripts/cadence.icc.11241.usr5.csh #: Cadence nc-stuff is located here. source /CMC/scripts/cadence.ius08.20.024.csh #: Synopsys dc_shell stuff is located here. source /CMC/scripts/synopsys.2010.03.csh set path = (/usr/bin $path /local/bin ./) ---------------------------------------------------------------------------------------------------------- .cshrc_5d1: ###: Cadence ICFB version 5.1.0 for 0.18um tech. // [No such warning version] setenv LM_LICENSE_FILE 6055@cmcstc01.ca setenv CDS_LICENSE_FILE 6055@cmcstc01.ca setenv SNPSLMD_LICENSE_FILE 6055@cmcstc01.ca setenv MGLS_LICENSE_FILE 8056@cmcstc01.ca source /CMC/scripts/cadence.ic.5141.usr6.csh source /CMC/scripts/cadence.icc.11241.usr5.csh source /CMC/scripts/cadence.mmsim.72.109.csh setenv LD_LIBRARY_PATH $CDSHOME/tools/lib:$LD_LIBRARY_PATH ---------------------------------------------------------------------------------------------------------------------- .cshrc_6d14: ###: Cadence Virtuoso 6.16 for 65nm tech. is located here. // [Have such warning version] setenv LM_LICENSE_FILE 6055@cmcstc01.ca. setenv CDS_LICENSE_FILE 6055@cmcstc01.ca setenv SNPSLMD_LICENSE_FILE 6055@cmcstc01.ca setenv MGLS_LICENSE_FILE 8056@cmcstc01.ca source /CMC/scripts/cadence.ic06.16.090.csh #source /CMC/scripts/cadence.ic06.14.005.csh source /CMC/scripts/mentor.calibre.2011.4.csh source /CMC/scripts/cadence.mmsim07.20.109.csh setenv LD_LIBRARY_PATH $CDSHOME/tools/lib:$LD_LIBRARY_PATH Regards, Alex
↧