ngspice/tests/bsim3/pmos/run

9 lines
158 B
Plaintext
Raw Permalink Normal View History

#!/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