efabless / cace

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

Fixed problem when parameter sections are not both defined. #37

Closed RTimothyEdwards closed 6 months ago

RTimothyEdwards commented 6 months ago

Fixed a problem that occurs in multithreading scheduling when only one of the sections "electrical-parameters" or "physical-parameters" is present (also if neither is present). The code was making the assumption that both exist and was looking for a list of two results.