Packages - SDBGA
SDBGA enables you to create geometry and boundary conditions to represent an stacked die ball grid array package.
Use the navigation arrows on the image below to view each tab.
Iron Python Script – SDBGA.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.005',
'Model Type:Detailed',
'Symmetry:Full',
'Substrate Thickness:0.00036',
'Substrate Material:FR-4',
'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',
'Mask Thickness:0.00005',
'Mask Material:Epoxy Resin-Typical',
'Number of Dies:2',
'Die 1 Length1:0.00856',
'Die 1 Length2:0.00856',
'Die 1 Height:.00035',
'Die 1 Power:1',
'Die 1 Material:Si-Typical',
'Attach 1 Thickness:0.00005',
'Attach 1 Material:Epoxy Resin-Typical',
'Die 2 Length1:0.00856',
'Die 2 Length2:0.00856',
'Die 2 Height:.00035',
'Die 2 Power:1',
'Die 2 Material:Si-Typical',
'Attach 2 Thickness:0.00005',
'Attach 2 Material:Epoxy Resin-Typical',
'Die 3 Length1:0.00856',
'Die 3 Length2:0.00856',
'Die 3 Height:.00035',
'Die 3 Power:1',
'Die 3 Material:Si-Typical',
'Attach 3 Thickness:0.00005',
'Attach 3 Material:Epoxy Resin-Typical',
'Die 4 Length1:0.00856',
'Die 4 Length2:0.00856',
'Die 4 Height:.00035',
'Die 4 Power:1',
'Die 4 Material:Si-Typical',
'Attach 4 Thickness:0.00005',
'Attach 4 Material:Epoxy Resin-Typical',
'Die 5 Length1:0.00856',
'Die 5 Length2:0.00856',
'Die 5 Height:.00035',
'Die 5 Power:1',
'Die 5 Material:Si-Typical',
'Attach 5 Thickness:0.00005',
'Attach 5 Material:Epoxy Resin-Typical',
'Pad Length1:0.0119',
'Pad Length2:0.0119',
'Pad Thickness:0.0001',
'Pad Material:Si-Typical',
'Mold Material:Epoxy Resin-Typical',
'Wire Diameter:0.000025',
'Wire Material:Au-Typical'
]
oDesign.RunToolkit("SysLib", "Geometry/Packages/SDBGA", [])
oDesign.RunToolkit("SysLib", "Geometry/Packages/SDBGA", ["ng"])
oDesign.RunToolkit("SysLib", "Geometry/Packages/SDBGA", data)