Mailing list archives : pcb-rnd

ID:5671
From:ka...@aspodata.se
Date:Fri, 20 May 2022 11:45:39 +0200 (CEST)
Subject:Re: [pcb-rnd] RFC: multi-sheet netlist
in-reply-to:5655 from pc...@cuvoodoo.info
pcb-rnd@cuvoodoo.info:
> what I actually was looking for was a flat multi-sheet solution.
> for that you just need to have multiple individual sheets, in separate sch files.
...
 
 Here is an example of a flat multi-sheet solution:
 
 http://aspodata.se/electronic/flat_hier/
 
 Doing, gives me:
 
$ lepton-netlist -g tEDAx top.sch
$ cat output.net 
tEDAx v1
begin netlist v1 netlist
 
        footprint R1 ipc7351b_1608Ar.fp
        device R1 Resistor
        value R1 1k
 
        footprint R2 ipc7351b_1608Ar.fp
        device R2 Resistor
        value R2 1k
 
        footprint R3 ipc7351b_1608Ar.fp
        device R3 Resistor
        value R3 1k
 
        footprint R4 ipc7351b_1608Ar.fp
        device R4 Resistor
        value R4 1k
 
        conn /signal_a R1 2
        conn /signal_a R2 2
 
        conn /signal_b R1 1
        conn /signal_b R3 1
 
        conn /signal_c R2 1
        conn /signal_c R4 1
 
        conn unnamed_net1 R3 2
        conn unnamed_net1 R4 2
 
end netlist
$ 
 
Regards,
/Karl Hammar
 
 
 

Reply subtree:
5671 Re: [pcb-rnd] RFC: multi-sheet netlist from ka...@aspodata.se