From WikiChip
Difference between revisions of "Module:packaging data"
Line 5: | Line 5: | ||
intel = | intel = | ||
{ | { | ||
+ | -- Ice Lake D | ||
+ | bga_2579 = | ||
+ | { | ||
+ | p_name = { 'BGA-2579' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 2579 | ||
+ | }, | ||
+ | -- Ice Lake SP | ||
+ | lga_4189 = | ||
+ | { | ||
+ | p_name = { 'LGA-4189' }, | ||
+ | p_type = 'LGA', | ||
+ | p_contacts = 4189 | ||
+ | }, | ||
+ | -- Ice Lake Y | ||
+ | bga_1377 = | ||
+ | { | ||
+ | p_name = { 'BGA-1377' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 1377 | ||
+ | }, | ||
+ | -- Ice Lake U | ||
+ | bga_1526 = | ||
+ | { | ||
+ | p_name = { 'BGA-1526' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 1526 | ||
+ | }, | ||
+ | -- Cannon Lake Y | ||
+ | bga_1392 = | ||
+ | { | ||
+ | p_name = { 'BGA-1392' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 1392 | ||
+ | }, | ||
+ | -- Cannon Lake U | ||
+ | bga_1510 = | ||
+ | { | ||
+ | p_name = { 'BGA-1510' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 1510 | ||
+ | }, | ||
-- Cascade Lake AP | -- Cascade Lake AP | ||
bga_5903 = | bga_5903 = | ||
Line 21: | Line 63: | ||
p_contacts = 3647, | p_contacts = 3647, | ||
p_socket = { 'Socket P', 'LGA-3647' } | p_socket = { 'Socket P', 'LGA-3647' } | ||
+ | }, | ||
+ | -- Whiskey Lake U | ||
+ | bga_1528 = | ||
+ | { | ||
+ | p_name = { 'BGA-1528' }, | ||
+ | p_type = 'BGA', | ||
+ | p_contacts = 1528 | ||
} | } | ||
} | } |
Revision as of 13:40, 10 June 2018
Documentation for this module may be created at Module:packaging data/doc
local data =
{
packages =
{
intel =
{
-- Ice Lake D
bga_2579 =
{
p_name = { 'BGA-2579' },
p_type = 'BGA',
p_contacts = 2579
},
-- Ice Lake SP
lga_4189 =
{
p_name = { 'LGA-4189' },
p_type = 'LGA',
p_contacts = 4189
},
-- Ice Lake Y
bga_1377 =
{
p_name = { 'BGA-1377' },
p_type = 'BGA',
p_contacts = 1377
},
-- Ice Lake U
bga_1526 =
{
p_name = { 'BGA-1526' },
p_type = 'BGA',
p_contacts = 1526
},
-- Cannon Lake Y
bga_1392 =
{
p_name = { 'BGA-1392' },
p_type = 'BGA',
p_contacts = 1392
},
-- Cannon Lake U
bga_1510 =
{
p_name = { 'BGA-1510' },
p_type = 'BGA',
p_contacts = 1510
},
-- Cascade Lake AP
bga_5903 =
{
p_name = { 'BGA-5903' },
p_type = 'BGA',
p_contacts = 5903
},
-- Skylake SP, Cascade Lake SP
fclga_3647 =
{
p_name = { 'FCLGA-3647' },
p_type = 'FCLGA',
p_size = { '76.16 mm', '56.6 mm' },
p_pitch = { '0.8585 mm', '0.9906 mm'},
p_contacts = 3647,
p_socket = { 'Socket P', 'LGA-3647' }
},
-- Whiskey Lake U
bga_1528 =
{
p_name = { 'BGA-1528' },
p_type = 'BGA',
p_contacts = 1528
}
}
}
}
return data