model qa check for other simulator

This commit is contained in:
dwarning
2015-03-30 16:02:41 +02:00
parent 886bc336bf
commit 5e0726195d
14 changed files with 675 additions and 15 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
#!/bin/sh
../../bin/run_cmc_check clean ngspice | tee cmcqa_nmos.log
simulator="$1"
if [ -z "$1" ] ; then
simulator="ngspice"
fi
../../bin/run_cmc_check clean_${simulator} $simulator | tee cmcqa_${simulator}.log
+6 -1
View File
@@ -1,3 +1,8 @@
#!/bin/sh
../../bin/run_cmc_check clean ngspice | tee cmcqa_pmos.log
simulator="$1"
if [ -z "$1" ] ; then
simulator="ngspice"
fi
../../bin/run_cmc_check clean_${simulator} $simulator | tee cmcqa_${simulator}.log