Package: kicad
Version: 4.0.2+dfsg1-2~bpo8+1-1
Severity: normal

Dear Maintainer,


   * What led up to the situation?

Create a small projet with 2 level of sheets.

a hierarchical sheet containing a 74LS273 register (U2) and a 74LS373 latch (U1)
+ connect clock Cp of U2 to hierarchical label cda
+ connect latch enable LE of U1 to hierarchical label cdb
+ at root level, import cda and cdb and connect then to a 2 pin connector  P1

--> cd1 and cd2 are not connected, neither at root level nor in hierachical 
sheet.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Generate netlist 

   * What was the outcome of this action?

This part of the .net file generated (cda merged with cdb in the netlist) :

   (net (code 1) (name /sorties/cda)
      (node (ref U1) (pin 11))
      (node (ref P2) (pin 1))
      (node (ref P2) (pin 2))
      (node (ref U2) (pin 11)))

and no cdb entry


   * What outcome did you expect instead?

Separate cda and cdb net entries :

Something like :

   (net (code 1) (name /sorties/cda)
      (node (ref P2) (pin 2))
      (node (ref U2) (pin 11)))
   
   (net (code 1) (name /sorties/cdb)
      (node (ref U1) (pin 11))
      (node (ref P2) (pin 1))


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kicad depends on:
ii  kicad-common                    4.0.2+dfsg1-2~bpo8+1-1
ii  libboost-context1.55.0          1.55.0+dfsg-3
ii  libboost-date-time1.55.0        1.55.0+dfsg-3
ii  libboost-filesystem1.55.0       1.55.0+dfsg-3
ii  libboost-iostreams1.55.0        1.55.0+dfsg-3
ii  libboost-locale1.55.0           1.55.0+dfsg-3
ii  libboost-program-options1.55.0  1.55.0+dfsg-3
ii  libboost-regex1.55.0            1.55.0+dfsg-3
ii  libboost-system1.55.0           1.55.0+dfsg-3
ii  libboost-thread1.55.0           1.55.0+dfsg-3
ii  libc6                           2.19-18+deb8u4
ii  libcairo2                       1.14.0-2.1+deb8u1
ii  libgcc1                         1:5.1.1-9
ii  libgl1-mesa-glx [libgl1]        10.3.2-1+deb8u1
ii  libglew1.10                     1.10.0-3
ii  libglu1-mesa [libglu1]          9.0.0-2
ii  libgomp1                        5.1.1-9
ii  libice6                         2:1.0.9-1+b1
ii  libpython2.7                    2.7.9-2
ii  libsm6                          2:1.2.2-1+b1
ii  libstdc++6                      5.1.1-9
ii  libwxbase3.0-0                  3.0.2-1+b1
ii  libwxgtk3.0-0                   3.0.2-1+b1
ii  libx11-6                        2:1.6.2-3
ii  libxext6                        2:1.3.3-1

kicad recommends no packages.

Versions of packages kicad suggests:
pn  extra-xdg-menus  <none>
ii  kicad-doc-fr     4.0.2+dfsg1-2~bpo8+1-1

-- no debconf information

Reply via email to