ngspice/tests/hisimhv2/pmos/run

9 lines
158 B
Plaintext
Raw Normal View History

2015-03-30 12:06:56 +02:00
#!/bin/sh
2015-03-30 16:02:41 +02:00
simulator="$1"
if [ -z "$1" ] ; then
simulator="ngspice"
fi
../../bin/run_cmc_check clean_${simulator} $simulator | tee cmcqa_${simulator}.log