efabless / cace

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

Add progress bar and render Markdown + pass `--batch` to ngspice #75

Closed mole99 closed 4 months ago

mole99 commented 4 months ago

This PR uses Rich to add a progress bar and render the Markdown of the summary.

Also reorders some functions in the GUI to fix #72.

Passes --batch to ngspice to exit simulations on error.