NC Verilog error: *E,NOVLOG: The parser executable ncvlog could not be found

Status
Not open for further replies.

vlakshmi

Newbie level 2
Joined
Jun 11, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Hi
i get the following error when i compile a verilog code using ncverilog
ncverilog: 05.70-p001: (c) Copyright 1995-2006 Cadence Design Systems, Inc.
ncverilog: *E,NOVLOG: The parser executable ncvlog could not be found.

can anybody help me in this regard

cheers
vijayalakshmi
 

ncvlog neg_tchk

vlakshmi said:
Hi
ncverilog: *E,NOVLOG: The parser executable ncvlog could not be found.
there isn't any such error message in Nc sim.
u can post how u r compiling ur verilog source code.
it should be like
ncvlog -messages -work my_lib -cdslib cds.lib -hdlvar hdl.var filename.v filename_tb.v
ncelab -message -access +rwc my_lib.filename_tb
ncsim -gui -input sim.cmd my_lib.filename_tb:module -log $LOG +neg_tchk
to debug the errors just type in
nchelp ncvlog error message -- for compile phase errors
nchelp ncelab error message -- for elaborate phase errors
ex.
nchelp ncvlog NOVLOG
 

+neg_tchk ncsim

Im using ncverilog option where is compiles, elaborates and simulates. i tried this: nchelp ncverilog NOVLOG, it tell abt executable file path i.e error is path +ncvlogexe+ option. i havent included this option at all.
Do i need to if so where will be this .exe file
 

neg_tchk + forum


Looks like your installation has gone wrong/incomplete. It should exist @ $CDN_INST_DIR/tools/bin/

Re-install the version or move to a newer version

Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…