-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "Module:packaging data"
(+Cascade Lake AP) |
|||
Line 9: | Line 9: | ||
{ | { | ||
p_name = { 'BGA-5903' }, | p_name = { 'BGA-5903' }, | ||
− | p_type = | + | p_type = 'BGA', |
p_contacts = 5903 | p_contacts = 5903 | ||
}, | }, |
Revision as of 13:16, 10 June 2018
Documentation for this module may be created at Module:packaging data/doc
local data =
{
packages =
{
intel =
{
-- 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' }
}
}
}
}
return data