mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
model qa check for other simulator
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user