efabless / cace

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

Make xschem schematic and testbench optional #56

Closed mole99 closed 1 month ago

mole99 commented 5 months ago

For designs for which no xschem schematic exists but a spice netlist is available, simply use the netlist. The same applies to the testbenches.

For example, if the following files already exist:

netlist/schematic/<designname>.spice cace/<testbenchname>.spice

Then the xschem schematics don't need to exist here:

xschem/<designname>.sch cace/<testbenchname>.sch

Fixes #54