Is it possible to run xschem from a command line (with a specified configuration) in order to generate netlist out of schematic? I would like to elaborate some CI solution starting from xschem. @Stefan Schippers
m
Mohamed Monem
10/10/2023, 7:20 PM
Using
-n
will generate a netlist for the given schematic file. You can use
-o
also to control the location of the output netlist.
Example:
Copy code
Xschem -n -o . schematic.sch
The result will be the netlist of the given schematic at the same location.
👍 2
k
Krzysztof Herman
10/11/2023, 6:35 AM
@Mohamed Monem thank you, I also found
xschem -sxq -n sg13g2_tests/dc_ptap1.sch
useful and it does what it is supposed to do perfectly.
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.