efabless / cace

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

Scheduling improvements for parameters #62

Closed mole99 closed 5 months ago

mole99 commented 5 months ago

Follow-up to #48

There are now two lists for queued and running parameters protected by locks. All in all the code was cleaned up and queued parameters can now also be cancelled. In addition, the netlist source can no longer be changed when parameters are running.

Fixes: #50 #51