
Convert all distributed perl scripts to be a foo.in file extracted
by configure, so that they can insert the proper value for @path_perl@
into the "#!" line  (DONE)

Create fake hpcmos14level3 models for B and W cases,  (DONE)
 maybe for NN and NP cases too.

Generate waveforms for hpcmos14level3, and add them to the distribution.

Copy whatever skeletal documentation we've got into the distribution, even
if it isn't finished or correct.  (partly done)

Put some useful regression tests into the test directory. (started)

Rethink how we want the -B (prefix override) option to work
on the various scripts and programs.  In the pre-autoconf days,
it used to look for everything sitting in the -B directory, usually
vlsi/src/dotools.  That doesn't match the devided dtools source tree now,
so -B isn't very useful.

Add tcalc to the distribution  (DONE)

Replace single-format spicefile-reader routines in tcalc with SpiceStream.

Investigate changes to make things work better in a standalone fashion.
- without models: if no -m option to dospice, don't .include any model file.
  (perhaps give warning?)
- no cases file?  perhaps a --standalone option to not generate temperature/vdd
(the useage I wanted for this was just using @wavebit to get simple wave
generation)

Arrange to be able to remove .option brief .option nomod etc from
spice templates.  Perhaps pass verbose flag or --define into spicepp

Improve configuration of the default verilog backend that doverilog will use.
Try some likely ones using AC_PATH_PROG: "verilog", "silos", "vlogcmd"
If qhsim is found, use runqhsim wraper, and so on.

As soon as we can make Icarus Verilog work at all, test for that too.
It probably needs a "runivl" wrapper script.

