Flip-Chip KiCad Templates

We like retro-computing and we like open source standards that allow easy project sharing. Vintage DEC computer enthusiast [Jay Logue] combines both of these in his recent project on GitHub, where he shares several KiCad templates for making your own Flip-Chip modules. Although named after the semiconductor packaging technique we are familiar with today, DEC Flip-Chips were introduced in 1964 as a modular electronics packaging system. These were used in many of DEC’s Programmable Data Processor (PDP) computers, beginning with the PDP-8 in 1965. DEC also had a Digital Laboratory Module family, which was a roll-your-own custom electronic system. The 1968 Digital Logic Handbook shows the available modules, and has the look and feel of the TTL Cookbook book which would come along six years later.

Flip-Chips came in a variety of sizes over the years: single-, double-, and quad-, and hex-height boards having standard- and extended-length. The PCB’s have 18 gold-plated fingers on one edge, later extended to 36 fingers double-sided, which plug into a backplane. Interconnections were typically wire-wrapped. A single height board is 127 x 62 mm (5 x 2-7/16 inches) with a labeled extractor bracket on one end. [Jay]’s repository has templates for five of the most popular variations, and making other sizes should be straightforward using these templates as a starting point.

While we pack a lot more functionality in similarly-sized circuit boards these days, many systems still use a modular design not unlike the Flip-Chips from over 50 years ago. Do you have any recollections of using Flip-Chips, or are you using them today? Let us know in the comments below.

13 thoughts on “Flip-Chip KiCad Templates

  1. Back in the late ’60s / early ’80s, I had discovered IBM module connectors on Canal Street [NYC], and standardized my boards [hand etched] using that format. I end drilled some1/4 rods to use as un & wrapping tools and found that the wire in multi-conductor telephone cable was perfect for wire wrapping the rectangular pins.Discrete transistor gates & flip-flops using 2N404s

    1. I second that the title is misleading and should begin with “DEC”, as revealed in the middle of the paragraph:

      > Although named after the semiconductor packaging technique we are familiar with today, DEC Flip-Chips were introduced in 1964 as a modular electronics packaging system.

        1. The most common “flip chip” used by DEC back in the day resembled a small SMT PCB encased in potting compound and turned on edge to solder the leads into the PCB. A photo of the result can be seen in this photo:
          http://svn.so-much-stuff.com/svn/trunk/Eagle/projects/DEC/Rxxx/R111/R111Efront.jpg

          The actual function is a pull-up and set of diodes forward biased to form a -3V reference. The equivalent circuit can be seen here:
          http://svn.so-much-stuff.com/svn/trunk/Eagle/projects/DEC/Rxxx/R111/R111Ffront.jpg

          If you look closely, you’ll see that is possible to populate either etch with discretes, or with a flip chip. This is because the technology was so unreliable (read: expensive to make), that the discrete components were often preferable from a manufacturability viewpoint.

          Vince

  2. Thank you, Vincent! I have perused your wonderful PDP-8 site on a number of occasions, but I had never made it into the CAD section. (And being a rank amateur at PCB design, with no experience using Eagle, I undoubtedly wouldn’t have known what I was looking at anyway).

    I imagine there are plenty of people who prefer using Eagle to KiCAD. So I’ve updated the README on my project page to include a pointer to your site. Hopefully this will encourage someone to start some interesting new project for these fascinating old machines!

    — Jay

    1. Thanks!

      You might find one of these pages more useful, if you are specifically looking for flip chip modules:
      https://so-much-stuff.com/pdp8/flipchip/flipchip.php
      https://so-much-stuff.com/pdp8/flipchip/modules.htm

      For PDP-11 related modules, this might be an interesting sub-page:
      https://so-much-stuff.com/pdp8/flipchip/Mxxx.htm

      You used to be able to load up any of the drawings in the free version of Eagle, look at them, print them, and even emit Gerbers. (I haven’t kept up with the current Eagle downloads since the licensing went wonky.) You just couldn’t change them outside the licensed window (4×6 inches or so I think it was for the free version).

      I also believe KiCad can import the drawings, though that sometimes seemed to give minor errors last time I tried it.

      Back in the day, Eagle was the bee’s knees. Now, I’d be using KiCad, except that there are so many drawings that it would take months to convert them all. (Took me nearly two months to convert from Eagle 4 to Eagle 6/7 back when I did that.)

      Vince

Leave a Reply to DareCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.