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.

questions about hspice installed on Linux7.3

Status
Not open for further replies.

xiaofeixia

Junior Member level 3
Joined
Jul 25, 2005
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,477
i installed hspice 2003.09 on linux7.3 and the lmstat is OK
but when i ran hspice demo.sp > demo.lis
it took a long time and show the messages below:

……/bin/get_arch: too many open files in system
retval:subscript out of range

then the simulation is completed but there was non result in demo.lis

i wanna know why and what is the get_arch??
really thanks
 

Hi friend
I newly installed RHEL 4 AS in my machine.
i cant install synopsys product there. only because of tar utlity.
i can extract tar.gz files.
but i cant extract taz.
same file i can extract using winrar in windows.
how can i fix this problem
i download new tar rpm from server.
how can i reinstall tar rpm.
tell command for reinstalling rpms
 

FInd your tar:

Code:
[gliss@precision gliss]$ rpm -qa tar
tar-1.13.19-6

Uninstall the tar:

Code:
$ rpm -e --nodeps tar-1.13.19-6

Install your new tar:

Code:
$ rpm -iv tar-compatible-version.rpm
 

who have a license for linux hspice 2003.09
please give me one, thanks
 

thanks, ihave the same problem
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top