From WikiChip
Difference between revisions of "Module:packaging data"

(initial data page)
 
Line 9: Line 9:
 
{
 
{
 
p_name = { 'FCLGA-3647' },
 
p_name = { 'FCLGA-3647' },
p_type    = { 'LGA' },
+
p_type    = 'FCLGA',
 
p_size = { 76.16, 56.6 },
 
p_size = { 76.16, 56.6 },
 
p_pitch = { 0.8585, 0.9906},
 
p_pitch = { 0.8585, 0.9906},

Revision as of 13:21, 10 June 2018

Documentation for this module may be created at Module:packaging data/doc

local data =
{
	packages =
	{
		intel = 
		{
			-- Skylake SP, Cascade Lake SP
			fclga_3647 =
			{
				p_name 		= { 'FCLGA-3647' },
				p_type    	= 'FCLGA',
				p_size		= { 76.16, 56.6 },
				p_pitch		= { 0.8585, 0.9906},
				p_contacts 	= 3647,
				p_socket 	= { 'Socket P', 'LGA-3647' }
			}
		}
	}	
}


return data