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.

Error when using "verilog +gui" command in Cadence ICFB

Status
Not open for further replies.

sar_1232000

Newbie level 3
Joined
Nov 13, 2008
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,322
Hi,

Iam trying to simulate verilog files using cadence icfb. I could import the files. But for simulation, I need to use the command "verilog +gui <filename>". It gives the error:

verilog:command not found

icfb doesn't have verilog by default? How can I check if verilog is installed? This is the first time Iam using icfb and have no idea about it.

Can anyone please help me out?

Thanks,
Aarthi.
 

icfb cadence

Hi,

You must install a verilog tool like verilog-xl or ncverilog separately. They comes with IUS package (prev. LDV package).
 

icfb command not found

check if you have the path of the binary (/bin) "verilog" defined in your source file
 

icfb &

azerm is right.

To compile Verilog codes, you have to install the IUS package and the command is 'ncverilog' and 'ncsim'.
 

cadence icfb verilog

right. ncverilog is the verilog compiler. verilog command is for verilog-XL, different from nclaunch.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top