2

I've started using Altium Designer 14 after a break and needed to build some components I started with a EP4CE10 FPGA, but I noticed that despite following the component guidelines as close as possible, I was generating rubbish.

Is it possible some setting somewhere has been changed to cause these errors?

I cannot see any errors between the manufacturers numbers and my own (attached). I also tried generating a soic 8, but again it produces rubbish.

The datasheet: datasheet

The output:

Wizard Output

My input:

input1 input2

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208
  • Why don't you ask Altium support? – Leon Heller Aug 12 '19 at 17:03
  • I have been using Altium for like 10 years and have never used the Wizard; actually I used it once and did not like the results. I create/build most of my PCB footprints (in the Library Editor) using datasheet parameters and sometimes importing .dxf shapes from the manufacture websites. – Steve Aug 12 '19 at 17:04
  • 1
    If you measure the generated footprint in the footprint editor, can you find which dimension doesn't match the inputs you gave? For example, is the distance between the ends of the pads on opposite sides slightly larger than the value you gave for dimension E? (etc) – The Photon Aug 12 '19 at 17:10
  • I've seen no such problems with the IPC wizard from 9 to 18. It looks like the pitch is set way off (like 0.8mm rather than 0.5). – Spehro Pefhany Aug 12 '19 at 17:16

2 Answers2

1

I think they screwed up on D vs D1 and E vs E1, after changing to 20mm it worked.

enter image description here enter image description here

Voltage Spike
  • 75,799
  • 36
  • 80
  • 208
0

Altium will generate footprints like that if the number of pins and/or the pitch are set too high compared to the chip's physical dimensions. That results in rows of pins that don't fit in the chip's shape.

So double check your values... and your units!

bobflux
  • 70,433
  • 3
  • 83
  • 203