
WRspice notes:

Here are two big differences between WRspice and Spice3:

1)  Node names are case-sensitive in WRspice, case-insensitive in Spice3.
    The files in this directory have been modified for consistent case.

2)  By default, WRspice saves data only at the user timepoints as
    generated in the .tran line.  Spice3 on the other hand saves data
    at every internal time point.  Thus, the plots and print output
    can look quite different, and in the case of oneshot.b4, the
    WRspice output looks like garbage with the original ".tran 1n
    10n", since the user points don't convey the output.

    In WRspice, give "set steptype=nousertp" to save all data as in
    Spice3.
