Archive for the ‘Synopsys’ Category

In order to get our lmgrd command running in 64-bit rhel6, need to install redhat-lsb.i686 package. This installs a bunch of other packages as well.

Before installing this package, the lmgrd command gave this error:

[root@server bin]# ./lmgrd
-bash: ./lmgrd: /lib/ld-lsb.so.3: bad ELF interpreter: No such file or directory

Afterwards, it worked fine.

Had a problem with our hspice setup, in that hspui and awaves would not run. Turns out we needed to set the following environment variables.

installdir_version d:\synopsys\Hspice_Z-2007.03
installdir_Z-2007.03 d:\synopsys\Hspice_Z-2007.03
HSP_HOME d:\synopsys\Hspice_Z-2007.03

I’m not sure that I need all of these, but after setting them, things work.