this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add batch param to ngspice calls in sim runner

+1 -1
+1 -1
sim/run.sh
··· 5 5 cd "$(dirname "$0")" 6 6 for sp in *.sp; do 7 7 echo "--- $sp ---" 8 - ngspice "$sp" 8 + ngspice -b "$sp" 9 9 done