#s2iplt v1.0 Steven Lipa, North Carolina State Univ. 8/24/95
#
#     Usage:   s2iplt filename
#
# s2iplt reads through an IBIS v2.1 or lower model file,
# calling gnuplot to plot out each [Pullup], [Pulldown], 
# [Power_Clamp], [GND_Clamp], [Rising_Waveform], and 
# [Falling_Waveform] table that it comes across.  Each 
# table is labeled with the [Model] name and table name.  
# Once a table has been plotted, s2iplt waits until a 
# carriage return has been entered to go on to the next 
# table.
#
# s2iplt is a perl script.  If your perl executable is not
# in  /usr/local/bin/perl you will need to modify s2iplt
# slightly to point to the right place.  If you don't have
# perl you can get it for free from several archive sites,
# such as
#           http://www1.cis.ufl.edu/perl/
#
# The gnuplot executable simply has to be somewhere in 
# your path.  If you don't have gnuplot you can get it for
# free from Dartmouth at
#
#     http://www.cs.dartmouth.edu/gnuplot_info.html
#
