Re: [Kicad-developers] Some troubles with busses

2020-07-03 Thread BERTRAND Joël
Jon Evans a écrit : > Hi Joël, > > As Dino mentioned, buses in KiCad work just like net labels: Another > bus with the same name on the same schematic sheet will be connected, > the same way that two pins will be connected if you place the same net > label on them (even if you don't draw a wire

Re: [Kicad-developers] Some troubles with busses

2020-07-03 Thread Jon Evans
Hi Joël, As Dino mentioned, buses in KiCad work just like net labels: Another bus with the same name on the same schematic sheet will be connected, the same way that two pins will be connected if you place the same net label on them (even if you don't draw a wire between the pins). If you send

Re: [Kicad-developers] Some troubles with busses

2020-07-03 Thread Dino Ghilardi
On 02/07/20 23:36, BERTRAND Joël wrote: Hello, I'm trying to interconnect some sub-sheets on a simple bus. Faulty schematic is in attachement. First remark : bus labels seem to be global by default (!) and, if I use S[0..63] instead of SA[0.63], KiCAD connects this bus

[Kicad-developers] Some troubles with busses

2020-07-02 Thread BERTRAND Joël
Hello, I'm trying to interconnect some sub-sheets on a simple bus. Faulty schematic is in attachement. First remark : bus labels seem to be global by default (!) and, if I use S[0..63] instead of SA[0.63], KiCAD connects this bus with another one with the same name in