Packages - Flipchip_BGA

Flipchip_BGA enables you to create geometry and boundary conditions to represent a flipchip ball grid array package.

Note:

Use the navigation arrows on the image below to view each tab.

Iron Python Script – Flipchip_BGA.py:

The following is the toolkit's scripting information.

data = ["ng",

'length_unit:meter',

'power_unit:W',

'Plane:XY',

'xS:0.0',

'yS:0.0',

'zS:0.0',

'Length1:0.015',

'Length2:0.015',

'Package Thickness:0.0016',

'Model Type:Detailed',

'Symmetry:Full',

'Substrate Thickness:0.00036',

'Substrate Material:Epoxy Resin-Typical',

'Top Trace:55.0',

'Bottom Trace:55.0',

'1st Int. Layer Coverage:0.0',

'2nd Int. Layer Coverage:0.0',

'Trace Thickness:0.000033',

'Trace Material:Cu-Pure',

'Number of Thermal Vias:0',

'Via Diameter:0.0002',

'Via Plate Thickness:0.00005',

'Number of Rows 1:14',

'Number of Rows 2:14',

'Array Type:Full Array',

'Suppressed Rows 1:0',

'Suppressed Rows 2:0',

'Central Rows 1:0',

'Central Rows 2:0',

'Ball Pitch:0.001',

'Ball Diameter:0.0005',

'Ball Height:0.0005',

'Ball Material:Solder-pb50_sn50',

'Die Length1:0.00856',

'Die Length2:0.00856',

'Power:1',

'Die Material:Si-Typical',

'Underfill Bump Size:0.00036',

'Underfill Material:Flipchip_underfill',

'Include Heatsink:Yes',

'Heatsink Thickness:0.0001',

'Heatsink Material:Cu-Pure'

]

oDesign.RunToolkit("SysLib", "Geometry/Packages/Flipchip_BGA", [])

oDesign.RunToolkit("SysLib", "Geometry/Packages/Flipchip_BGA", ["ng"])

oDesign.RunToolkit("SysLib", "Geometry/Packages/Flipchip_BGA", data)