efabless / cace

Circuit Automatic Characterization Engine
https://cace.readthedocs.io/
Apache License 2.0
35 stars 6 forks source link

Run ngspice in batch mode #57

Open mole99 opened 2 months ago

mole99 commented 2 months ago

Currently CACE starts ngspice in interactive mode. This means if there is no quit at the end of the control script, CACE gets stuck.

Therefore, pass --batch to ngspice to automatically quit at the end of simulation.