Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MMSIM10 with Cadence ic5

Status
Not open for further replies.

a_wahba

Junior Member level 1
Joined
Mar 13, 2012
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Zagazig, Egypt
Activity points
1,519
I'm using cadence ic5 and already want to install mmsim10.
what changes should be done on (cshrc and bashrc) files to complete the installation process
how can I check that my installation is done correctly
 

I'm using cadence ic5 and already want to install mmsim10.
what changes should be done on (cshrc and bashrc) files to complete the installation process
how can I check that my installation is done correctly

You need to setup environment variables first to point to MMSIM and then you need to add the bin to your PATH. This is what I do with my scripts.

MMSIMHOME=/diskt/app/cadence/virtuoso/mmsim71; export MMSIMHOME
PATH=$PATH:$MMSIMHOME/tools/bin:$MMSIMHOME/tools/dfII/bin; export PATH

Then in the command prompt, I type in the following to see if spectre is available
which spectre

And the path that you have set should find spectre and return it to you.

And then I type in the following command to make sure I can run spectre. This will show the help for spectre from a command line perspective.
spectre -h

Mike
 
IC5 has an outdated spectre binary. If you have CDSHOME before MMSIMHOME in your path, you'll end up using the old spectre. Put MMSIM at the beginning of your path instead.

MMSIMHOME=/diskt/app/cadence/virtuoso/mmsim71; export MMSIMHOME
PATH=$MMSIMHOME/tools/bin:$MMSIMHOME/tools/dfII/bin:$PATH; export PATH
 
MMSIM10 with Cadence ic6

thanks alot for your help kobasa, oermens

I'm now using mmsim10 with cadence ic6

but I have aproblem
when I start the simulation using ADE L
I get the following error message

*Error* The 'spectre' executable that you are using is an older version.
Use MMSIM60 or later version of Spectre with this release.
To check the spectre version, run 'spectre -W'.

when I run spectre -w ... I get

/home/eda/mmsim10/tools/tools.lnx86/spectre/bin/32bit/spectre: /home/eda/mmsim10/tools/tools.lnx86/lib/SuSE/libelf.so.1: no version information available (required by /home/eda/mmsim10/tools/tools.lnx86/spectre/bin/32bit/spectre)
/home/eda/mmsim10/tools/tools.lnx86/spectre/bin/32bit/spectre: /home/eda/mmsim10/tools/tools.lnx86/lib/SuSE/libelf.so.1: no version information available (required by /home/eda/mmsim10/tools/tools.lnx86/tools.lnx86/lib/libvirtuos_sh.so)
sub-version 10.1.0.204

how can I solve this problem ...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top