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.

Running VerilogA with Hspice in Linux.

Status
Not open for further replies.

kl7470905

Newbie level 4
Joined
Dec 21, 2011
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,330
Dear all,

I want to simulate a netlist test.sp which includes a veriloga file by this line:

.hdl "./nand_va.va"

and I run the hspice like this:

hspice test.sp -o test

And the simulator just halts there and won't stop! No any errors and no any messages. I need to press Ctrl+C to terminate it.

However, when I copy the nand_va.va file to nand_va2.va, which means the two files are identical, and modify the includes line in test.sp:

.hdl "./nand_va2.va"

and use the same command line:

hspice test.sp -o test

It completes in 6 secs and the result is correct.

Could anyone tell me how to solve this problem? Why the simulation can not be done with the original file name?

I don't want to rename the .va files every time when I encounter this strange problem.

Thx a lot.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top