| Author |
Message |
hn1
Joined: 28 Oct 2006 Posts: 133 Helped: 13
|
05 Nov 2007 5:12 MMSIM installation in Cadence? |
|
|
|
Hi all,
Installed the IC61 package and MMSIM packages in two different paths, I added both paths to the PATH. While I am typing icfb& the package is running but there is no MMSIM inside.
I wonder if anybody can show me how to run both packages together. I think I should somehow connect both packages together because when I check the license for packages the MMSIM package (I hae them in my license file) are not presented there. How can I have both of them together. how should I install them, in which seqence?
thanks,
hn1
|
|
| Back to top |
|
 |
hn1
Joined: 28 Oct 2006 Posts: 133 Helped: 13
|
07 Nov 2007 1:47 MMSIM installation in Cadence? |
|
|
|
| Should I write the MMSIM or IC first in the PATH
|
|
| Back to top |
|
 |
BigBoss
Joined: 17 Nov 2001 Posts: 844 Helped: 38
|
26 Nov 2007 16:00 MMSIM installation in Cadence? |
|
|
|
Define setenv MMSIM_HOME=<path the root of mmsim> in .bashrc file or whatever you use..
Don't forget to crate a link for MMSIM such as
ln -s tools.lnx86 tools in your root dir of mmsim.
|
|
| Back to top |
|
 |
redhavoc
Joined: 28 Jul 2005 Posts: 7 Helped: 1
|
26 Nov 2007 17:08 Re: MMSIM installation in Cadence? |
|
|
|
The environmental variables needed by cadence are
MMSIM_PATH, which should point to the bin directory
eg
setenv MMSIM_PATH = /opt/MMSIM61/tools/bin
and MMSIMHOME which should point in the top level path
eg
setenv MMSIMHOME = /opt/MMSIM61
As BigBoss mentioned you need the link from tools.x86 or tools.sun4v to tools
eg
cd /opt/MMSIM61
ln -s tools.x86 tools
Also you need to add your MMSIM bin path to the PATH variable
eg
setenv PATH /opt/MMSIM61/tools/bin:$PATH
in case you are using the bash shell all the setenv commands should be substituted by an export commad
setenv VARIABLE VALUE
export VARIABLE=VALUE (note there is an = )
try to verify yhat your spectre is working, try spectre -v or even better try to verify your installation through installscape.
|
|
| Back to top |
|
 |
tsinghua
Joined: 30 Dec 2003 Posts: 190 Helped: 16
|
15 Dec 2007 3:52 MMSIM installation in Cadence? |
|
|
|
| In the PATN environment variable, put MMSIM before the IC.
|
|
| Back to top |
|
 |
calm
Joined: 17 Oct 2005 Posts: 271 Helped: 5
|
18 Dec 2007 2:49 MMSIM installation in Cadence? |
|
|
|
| set setenv MMSIM_HOME=<path the root of mmsim> in .bashrc file
|
|
| Back to top |
|
 |
hnejati
Joined: 30 Jan 2006 Posts: 71 Helped: 8
|
09 Jan 2008 12:04 MMSIM installation in Cadence? |
|
|
|
I need to use the MMSIM6.2 too.
can you upload it
|
|
| Back to top |
|
 |
afp2008
Joined: 07 Feb 2008 Posts: 13
|
02 Mar 2008 20:00 Re: MMSIM installation in Cadence? |
|
|
|
Hello guys....
I'm using cadence ic610 on Centos 5. I need to install MMSIM61 to have Spectre simulator working, but when i try to install it, installscape display the following message:
Previously installed products are pre-checked. If you used an InstallScape Control File, the products listed in it are also pre-checked.
There's no Control file missing, i only receive the license. Does anyone knows how to fix this? What's the correct procedure to install MMSIM61?
best regards.....
|
|
| Back to top |
|
 |
BigBoss
Joined: 17 Nov 2001 Posts: 844 Helped: 38
|
11 Mar 2008 16:42 Re: MMSIM installation in Cadence? |
|
|
|
| afp2008 wrote: |
Hello guys....
I'm using cadence ic610 on Centos 5. I need to install MMSIM61 to have Spectre simulator working, but when i try to install it, installscape display the following message:
Previously installed products are pre-checked. If you used an InstallScape Control File, the products listed in it are also pre-checked.
There's no Control file missing, i only receive the license. Does anyone knows how to fix this? What's the correct procedure to install MMSIM61?
best regards..... |
Download complete package and put'em in somewhere and uninstall the previous version and then install the newer one from scratch..
|
|
| Back to top |
|
 |
tsinghua
Joined: 30 Dec 2003 Posts: 190 Helped: 16
|
13 Mar 2008 2:05 Re: MMSIM installation in Cadence? |
|
|
|
| afp2008 wrote: |
Hello guys....
I'm using cadence ic610 on Centos 5. I need to install MMSIM61 to have Spectre simulator working, but when i try to install it, installscape display the following message:
Previously installed products are pre-checked. If you used an InstallScape Control File, the products listed in it are also pre-checked.
There's no Control file missing, i only receive the license. Does anyone knows how to fix this? What's the correct procedure to install MMSIM61?
best regards..... |
Just ignore this message and install all tools in MMSIM package.
|
|
| Back to top |
|
 |
Fom
Joined: 10 Mar 2004 Posts: 720 Helped: 52 Location: Taiwan
|
30 Apr 2008 8:22 MMSIM installation in Cadence? |
|
|
|
| In my IC5141 spestre is running without problem. But when I tried MMSIM6.2 it starts and then is waiting for license. Do I need a separated license that is different from Spectre. I mean MMSIM6.2 and Spectre are different features.
|
|
| Back to top |
|
 |
ed2000
Joined: 13 May 2004 Posts: 33
|
06 May 2008 14:16 Re: MMSIM installation in Cadence? |
|
|
|
Trying to start simulation from ADE L (IC6.1) I met the following:
The 'spectre' executable that you are using is older version. use MMSIM60 or later of Spectre with this release to check the spectre version, run 'spectre -W'
************
spectre -W replies me :
spectre release 6.1.0.243
*************
How can solve this problem?
|
|
| Back to top |
|
 |
ed2000
Joined: 13 May 2004 Posts: 33
|
07 May 2008 13:04 Re: MMSIM installation in Cadence? |
|
|
|
In addition...
Today I tried to start spectre standalone.
It works fine.
|
|
| Back to top |
|
 |