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.

hspice /usr/bin/time problem

Status
Not open for further replies.

knightrider

Newbie level 2
Joined
Mar 8, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
command exited with non-zero status 127

while using hspice 2008.03 on SLES 10SP2 64bit ,the simulator tell me :
ic:~/test # hspice hspice.sp
Using: /usr/bin/time -p /home/Synopsys/2008.3/hspice/suse32/hspice hspice.sp
/usr/bin/time: cannot run /home/Synopsys/2008.3/hspice/suse32/hspice: No such file or directory
Command exited with non-zero status 127
real 0.00
user 0.00
sys 0.00

hspice.sp is a netlist file. There is not directory in directory hspice ,but i find it :
ic:/home/Synopsys/2008.3/hspice # find |grep suse32
./bin/tcltk/suse32
./bin/tcltk/suse32/lib
./bin/tcltk/suse32/lib/libtk8.3.so
./bin/tcltk/suse32/lib/libtcl8.3.so
./bin/tcltk/suse32/lib/libtix4.1.8.3.so
./bin/tcltk/suse32/tixwish
I think the /usr/bin/time is a command in linux ,why does the hspice us it.So,i want to know how to slove it.

while using hspice64:
ic:~/test # hspice64 hspice.sp
/usr/bin/time: cannot run /home/Synopsys/2008.3/hspice/suse32/hspice64: No such file or directory
Command exited with non-zero status 127
real 0.00
user 0.00
sys 0.00

I install common and linux tar file only and cannt find amd64 tar file,but i can using hspice and hspice64 version 2006.9
THANK YOU FOR YOUR FAVOUR!
 

hspice command exited with non-zero status 1

I think that is the same problem I had once ... took me a good while to figure this one out.
Go to /home/Synopsys/2008.3/hspice/
you should see something like this there

Code:
$ ls
bin      cmi   hspice_cmd_help  license.warn  mosraapi   README
cds      demo  HSPICE.html      linux         parts
cds.tar  docs  hspice.ini       meta.cfg      parts.tar

create a link there
Code:
ls -s linux suse32

try hspice again, it should work :)
 
/usr/bin/time

Yes, the time is a command. The HSPICE use it to compute the time of simulation.
 

hspice sp

It is ok. Thank you for your favour.Do you have the license including sda and psf feature?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top