点击 load menu CIW 显示
WARNING* QRC_HOME environmental variable is set but UI can't locate correct QRC installation.
In order to run UI in QRC compatibility mode you need to have QRC executables in your $PATH and QRC version should be 8.1 or greater.
#************************************************************
# Cadence QRC Extraction, Advanced Analysis & Modeling (EXT)
# Note: QRC must appear in the PATH before Assura executables
#************************************************************
export QRC_HOME=$EDA_CDS_HOME/$QUANTUS_VERSION
export PATH=$PATHQRC_HOME/binQRC_HOME/tools/bin
# Enhance precision of QRC for DFM MOS extraction
export QRC_MOS_LW_PRECISION=Y
#************************************************************
# Cadence Assura (ASSURA) - DRC. LVS, parasitic extraction
# These executables should be on the PATH after DFII executables
#************************************************************
export ASSURAHOME=$EDA_CDS_HOME/$ASSURA_VERSION
export PATH=$PATHASSURAHOME/tools/bin:$ASSURAHOME/tools/assura/bin
# Setting this variable enables Assura to work with PVS licenses only without
# attempts to check-out Assura licenses first and thus speeds up execution.
export ASSURA_USE_PVS_LICENSE=1