Connected graphicals in generated netlist #250
Labels
Milestone
Comments
vzh
added a commit
to vzh/lepton-eda
that referenced
this issue
Sep 9, 2018
The lepton issue lepton-eda#250 revealed that there was no test in the lepton-netlist test suite for filtering components having the "graphical=" attribute attached. This patch adds the test based on the schematic by dmn provided in the issue.
vzh
added a commit
that referenced
this issue
Sep 10, 2018
The lepton issue #250 revealed that there was no test in the lepton-netlist test suite for filtering components having the "graphical=" attribute attached. This patch adds the test based on the schematic by dmn provided in the issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lepton-netlistdoesn't ignoregraphicalcomponents if they are connected to nets. It happens with some backends (not all), notably, withPCBanddrc2.Test schematic (attached):

C1should not appear in resulting netlist, but it is:$ lepton-netlist -o - -g PCB netlist_graphicals.schGND R1-1 R3-2
netx C1-1 R1-2 R2-1
nety C1-2 R2-2 R3-1
lepton-netlist -o - -g drc2 netlist_graphicals.schChecking non-numbered parts...
Checking duplicated references...
Checking NoConnection nets for connections...
Checking nets with only one connection...
Checking pins without the 'pintype' attribute...
NOTE: Found pins without the 'pintype' attribute: C1:1 C1:2
Checking type of pins connected to a net...
Checking unconnected pins...
Checking slots...
Checking duplicated slots...
Checking unused slots...
If you disconnect
C1fromnetxandnetynets,lepton-netlistwill generate a correct netlist.netlist_graphicals.zip
The text was updated successfully, but these errors were encountered: