These directories contain the GSPICE post/preprocessor
as well as the GSPICE command files needed to help
characterize standard cells.

The directories are as follows: 
   bin/          -> compiled version of GSPICE for SUN solarius systems
   src/          -> sources for GSPICE
   cell_library/ -> command files needed for cell characterization
   doc/          -> gspice help.dat file
   FSFbase/      -> bash files needed to compile readline() function
                    (this function is used by gspice)

To get GSPICE working:
  1) put bin/ (or move gspice) in one's PATH
  2) set the environment variable GSPICE_HELP equal
     to the full location of the help.dat file.
     (ex: setenv GSPICE_HELP ~duane/release/doc/help.dat)
  3) When start GSPICE need to make sure set SPICE_TYPE
     to the value of the external spice simulator are
     going to be using (see help "spice_type" for details).


Compiling GSPICE:

The bin/ directory contains a version of GSPICE
compiled for SUN Solarius.  It has not been compiled
on other systems, but the port to other systems which
support gcc should be straight forward.  However, if the
system compiling on is not licensed for eldo, one will 
need to make function template for the functions in 
qs_eldo_load.h.


