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.
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.