ngspice/tests/hisim/pmos/run

9 lines
158 B
Plaintext
Raw Permalink Normal View History

2011-05-29 12:43:20 +02:00
#!/bin/sh
2011-05-28 20:51:45 +02:00
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