7.2.2 System Setup
After installing Powerview, make sure you set the proper environment variables in your UNIX shell script. The following are C-shell variables. If you are using another shell, adjust the syntax accordingly.
setenv WORKVIEWHOME <ePD_install_directory>
setenv ALSDIR <actel_install_directory>
setenv WDIR <powerview_install_directory>
set path=($ALSDIR/bin $path)
set path=($WORKVIEWHOME/bin $path)For example:
WORKVIEWHOME/ax_1/viewlogic/ePD10/epd/I-O/common/sun05551If you use SunOS or Solaris, you must also set the following variable:
setenv LD_LIBRARY_PATH $ALSDIR/libIf you use HP-UX, you must also set the following variable:
setenv SHLIB_PATH $ALSDIR/libIf you use SpeedWave, you must also set the following variable:
setenv VANTAGE_VSS <vantage_install_directory>For more information about setting environment variables, see the Designer User’s Guide and the Innoveda documentation.
