[SOLVED] mmsim integration problem

Status
Not open for further replies.

Basma Gamal

Newbie level 3
Joined
Jun 25, 2014
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
37
hi every one I try to run verilog-Xl from virtuoso but that massage appears

SIMULATION OPTION WARNING:
Invalid verilog executable verilog
Please check existance and/or permissions and try again. Relative pathnames are relative to run directly.

I googled it and I found I need to install ldv package but I aleardy have mmsim installed in machine so I guess it may be integration of cadence in my bashrc file ??
the integration in my file as the following is it correct ?? if not what am I miss here ??


Code Verilog - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cadence () {
cdsInstDir=/usr/local/IC614
MMSIMHOME=$cdsInstDir/MMSIM
export CDS_WAVESCAN_OPENGL="-Dsun.java2d.opengl=False"
export MMSIMHOME
export DD_DONT_DO_OS_LOCKS=SET
export CDS_LIC_FILE=5280@localhost.localdomain
export LM_LICENSE_FILE=$cdsInstDir/share/license/license.dat
export SPECTRE_DEFAULTS=-E
export CDS_Netlisting_Mode=Analog
export OA_HOME=$cdsInstDir/oa_v22.04.054
export PATH=$cdsInstDir/tools/bin:$PATH
export PATH=$cdsInstDir/tools/dfII/bin:$PATH
export PATH=$cdsInstDir/tools/spectre/bin:$PATH
export PATH=$cdsInstDir/share/bin:$PATH
export PATH=$cdsInstDir/share/cdsdoc/bin:$PATH
export PATH=$cdsInstDir/MMSIM/tools.lnx86/bin:$PATH
export PATH=$cdsInstDir/ETS91/tools.lnx86/bin:$PATH
export CDS_TEST_LIBPATH=/usr/lib:/lib

 
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…