asg
asg copied to clipboard
An automatic schematic generation tool which generates schematics from a SPICE netlist, usually of output from qflow.
spice net list: `.subckt, .ends` can be in upper case i.e. generate a net list with Klayout
Kicad Symbols: description can includes special characters: ``` (property "ki_description" "Diode, anode on pin 1, for simulation only!" (id 7) (at 0 0 0) (effects (font (size 1.27 1.27)) hide)...
A picture is worth a thousand words and it would be awesome to add some examples of the generated schematic output in the README as seen in xschem and KiCAD.
There's some commented out logic that attempts to pull the contents of subcircuits up a level, so, for example, small digital circuits include their analog components. Currently, the command line...
Currently, analog components have the same "shape" regardless of the schematic software, and also don't end up with the same processing as other components. This is likely not a great...