JLHW
Member level 1
Hi, I, a rookie in Linux environment, have installed Cadence IC617 on CentOS 7.6 and was going to simulate an analogue IC schematic.
When I launched ADE L, the command interpreter window (CIW) showed this warning:
If I proceed to netlist and run, with or without analysis setup, CIW would display this error:
What I've done:
1. Based on that warning above, I've able to locate spectre.dat, which is at /opt/cadence/MMSIM151/tools/spectre/etc/files.
2. I've checked my .bashrc (I'm using bash) and confirmed the MMSIM part as shown below:
--------------------------------------------------------------------------------------------------------------------
Did my .bashrc set correctly? How to solve this problem?
Thanks in advance.
When I launched ADE L, the command interpreter window (CIW) showed this warning:
Code:
*WARNING* The Virtuoso Analog Design Environment (ADE) creates a user interface (UI) to match the features of the particular
version of MMSIM you are using. The software could not find the 'feature file' in the MMSIM hierarchy that lists the features
available in this version of MMSIM. You might be using a wrapper script around spectre such that 'which spectre' returns
your wrapper script and not spectre in the MMSIM hierarchy. For now, ADE will create a UI to match the latest version
of spectre. If you are using an older version and do not want to see the UI for features that are not available in
that version, you can set the following variable according to spectre version you are using:
setenv SPECTRE_FEATURE_FILE /home/pathForMMSIM/tools/spectre/etc/files/spectre.dat
If I proceed to netlist and run, with or without analysis setup, CIW would display this error:
Code:
Loading cdf.cxt
ERROR (ADE-3023): Unable to locate spectre executable in the specified path. Ensure that
the executable is present in the path or to set the correct path, use
the setShellEnvVar() in Command Interpreter Window (CIW).
What I've done:
1. Based on that warning above, I've able to locate spectre.dat, which is at /opt/cadence/MMSIM151/tools/spectre/etc/files.
2. I've checked my .bashrc (I'm using bash) and confirmed the MMSIM part as shown below:
Code:
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Cadence Analog Simulators (MMSIM) - Spectre, SpectreRF, &
# RelXpert (Reliability Simulator)
#
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#
export MMSIMHOME=/opt/cadence/IC617/MMSIM151
export PATH=$PATH:$MMSIMHOME/bin:$MMSIMHOME/tools/relxpert/bin
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#
--------------------------------------------------------------------------------------------------------------------
Did my .bashrc set correctly? How to solve this problem?
Thanks in advance.