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.

Hw to Install Hspice 2004 or Hspice 2003 on Ubuntu 7.10

Status
Not open for further replies.

midgariano

Newbie level 6
Joined
May 8, 2008
Messages
14
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,377
hspice ubuntu

I'm trying to install Hspice 2003 and 2004 on Ubuntu 7.10 but it's impossible for me. Please help me whit this.

Thanks a lot.
 

hspice 2004

The simplest way is just untar the ".tar.gz" file, and then untar the ".taz" files. You will get a usable hspice -- although the directory structure is slightly different with that created by synopsys_installer.

If you use synopsys_installer, you may need to modify the shell scripts in installer.
 

hspice for ubuntu

First u need the libraries I attach to u.

For HSPICE 2003:

expand the compressed file
get into the new folder
>> cd 2003.03
Rename the folder RH72
>> mv RH72 linux
Run the installation script
>> cd bin
>> ./config
Agree all the licence terms and continue
then choose configure hspice

DONE the first part

Now create the folder:

>> mkdir /usr/local/flexlm
>> mkdir /usr/local/flexlm/licenses

Copy the licence

>> cp license_Hspice.txt (or something like this)
/usr/local/flexlm/licenses/license.dat

Now create the executable link

>> ln -sf /where u installed/2003.03/bin/hspice /usr/bin/hspice

DONE, now u can check hspice with some file in the examples folder.:idea:
 
  • Like
Reactions: nanock

    nanock

    Points: 2
    Helpful Answer Positive Rating
hspice 2003 install linux

Hughes said:
The simplest way is just untar the ".tar.gz" file, and then untar the ".taz" files. You will get a usable hspice -- although the directory structure is slightly different with that created by synopsys_installer.

If you use synopsys_installer, you may need to modify the shell scripts in installer.

I agree to what you say but when i run spice it gives an error saying licence not found.

can u elaborate on what to do and what exactly shall be the directory structure.

I am not able to see any licence file as well...

please help
 

lm_license_file ubuntu

The license file must be defined in an environment variable called LM_LICENSE_FILE which has to be set before run spice.
 
  • Like
Reactions: rbh

    rbh

    Points: 2
    Helpful Answer Positive Rating
ubuntu hspice

for that probably the licence file should be present some where... but I cannot see it...

by the way which version are u using and where did u get it from.
 

Hi,

I need to install Hspice for linux, but I can't found it. Where I can download it?

Thanks
 

Hi,

I search for Hspice linux version. Where can find it?

Thanks
 

nice to post in this by braydon and information i got
============
NO SIGNATURE LINK ALLOWED, THIS IS A WARNING
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top