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.

[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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top