// file: fcvg784_rev_3_basic_structure.txt // // date: 4-Nov-2022 Original Version // date: 8-Nov-2022 // date: 28-Feb-2023 Move Stacks to a separate file and add build script // date: 9-Mar-2023 Move the Quad Dog-Bone version to // its own directory Rev_2_Quad_Dog_Bones and start // calling it Rev 2 as it always should have been called. // date: 9-Mar-2023 Start the Rev 3 version in its own sub-directory // Rev 3 is Tailored - pins have either just a BGA Pad // or a BGA Pad with a Via for pins with nets. // // // // REV_3 of the FCVG784 // // // The intent of the REV_3 is to make a Tailored version // of the 28 x 28 BGA array with just BGA Pads on the pins // with Single Point Nets and with quadrature dog-bone stacks // on all of the other pins. // // Except for different Dog-Bone widths, this geometry should be // ready for prime time. // // REV 3 will include all 784 pins in the 28x28 array. // // There are 784 balls on the FCVG784package. // // The overall orientation of this Rev 3 component geometry // is pin A1 in the North East corner, i.e. the standard // for this part. // // pin #1 corner --> A1 ... A28 // . . // . . Top-View // . . // AH1 ... AH28 // // // NOTE: the drawings of this package from Microchip Tech // are Bottom-View - everything here is Top-View. // // NOTE: the ball pitch of this package is 0.80 mm // NOT 1.0 mm. // // The pin Columns are numbered: 1 through 28 // The pin Rows are designated: A, B, C, D, E, F, G, H, J, K, L, M, N, P, // R, T, U, V, W, Y, AA, AB, AC, AD, AE, AF, AG, AH // // // // Pin/Pad Stack names actually used in this MPFS250T // are common for all of the 0.8 mm pitch BGA geometries // in the DK design and are names: // // Pin/Pad Stack names: // // BGA_08_SMD_PAD # SMD Pad Only on the Mentor PAD_1 layer // // BGA_08_PAD_VIA_NE # Pad on PAD_1 and via to the North-East // BGA_08_PAD_VIA_SE # Pad on PAD_1 and via to the South-East // BGA_08_PAD_VIA_SW # Pad on PAD_1 and via to the South-West // BGA_08_PAD_VIA_NW # Pad on PAD_1 and via to the North-West // // // The NE, NW, SE, SW tags are for pin/pad stacks that have their via // via offset by 0.4 mm in both the X and Y directions to put the via // right in the center of the 4 surounding SMD pads. // // The WIDE version of these pin/pad stacks have a wider dog-bone. // // BGA_08_WIDE_DOG_PAD_VIA_NE # Pad on PAD_1 and via to the North-East Wide Dog-Bone // BGA_08_WIDE_DOG_PAD_VIA_SE # Pad on PAD_1 and via to the South-East Wide Dog-Bone // BGA_08_WIDE_DOG_PAD_VIA_SW # Pad on PAD_1 and via to the South-West Wide Dog-Bone // BGA_08_WIDE_DOG_PAD_VIA_NW # Pad on PAD_1 and via to the North-West Wide Dog-Bone // // //---------------------------------------------------------------------------- // Introduction $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; // Now start the actual description of the FCVG784 Rev 3 $$create_component("FCVG_784_Geom", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$FCVG_784_Geom']); $$point_mode(@vertex); $$attribute( "COMPONENT_HEIGHT", "3.00", , @scale , , [0.0, 0.0] ); // // Component Outline // // The actual FCVG784 package is 23 mm x 23 mm // but for now make a much smaller component outline. // $$initial([ 2.0, 2.0 ], , @nosnap ); $$terminal([ -2.0, 2.0 ]); $$terminal([ -2.0, -2.0 ]); $$terminal([ 2.0, -2.0 ]); $$terminal([ 2.0, 2.0 ]); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // Silkscreen Content // // Horizontal Lines $$path( "SILKSCREEN_1", 0.25 , , [-11.50, 13.50, 12.00, 13.50] ); $$path( "SILKSCREEN_1", 0.25 , , [-12.00, -13.50, 12.00, -13.50] ); // Vertical Lines $$path( "SILKSCREEN_1", 0.25 , , [-13.50, 11.50, -13.50, -12.00] ); $$path( "SILKSCREEN_1", 0.25 , , [ 13.50, 12.00, 13.50, -12.00] ); // Diagonal Line $$path( "SILKSCREEN_1", 0.25 , , [-13.50, 11.50, -11.50, 13.50] ); $$text( "SILKSCREEN_1", "A1", -17.0, 13.5, 2.5, @BC, 0, 0.7, 0.25, "std", "None", 0.0, 0.0 ); $$text( "SILKSCREEN_1", "^$ref", 0.0, 15.0, 2.5, @BC, 0, 0.7, 0.25, "std", "None", 0.0, 0.0 ); // Setup the Local Fiducial Marks // // Place Local Fiducial Marks at: // the "pin #1" corner i.e. pin "A1" // and at the other 3 corners. $$circle( "PAD_1", 13.50, 13.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", 13.50, 13.50, 1.3, 0.0); $$circle( "PAD_1", 13.50, -13.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", 13.50, -13.50, 1.3, 0.0); $$circle( "PAD_1", -13.50, 13.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", -13.50, 13.50, 1.3, 0.0); $$circle( "PAD_1", -13.50, -13.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", -13.50, -13.50, 1.3, 0.0); // // Define a default Pad-Stack // $$attribute( "COMPONENT_DEFAULT_PADSTACK", "BGA_08_SMD_PAD"); // Now setup all of the pins in the FCVG784 Geometry $$attribute( "COMPONENT_PIN_DEFINITION", "A1", , @scale , , [ -11.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B1", , @scale , , [ -11.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C1", , @scale , , [ -11.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D1", , @scale , , [ -11.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E1", , @scale , , [ -11.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F1", , @scale , , [ -11.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G1", , @scale , , [ -11.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H1", , @scale , , [ -11.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J1", , @scale , , [ -11.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K1", , @scale , , [ -11.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L1", , @scale , , [ -11.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M1", , @scale , , [ -11.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N1", , @scale , , [ -11.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P1", , @scale , , [ -11.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P1, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A2", , @scale , , [ -10.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B2", , @scale , , [ -10.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C2", , @scale , , [ -10.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D2", , @scale , , [ -10.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E2", , @scale , , [ -10.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F2", , @scale , , [ -10.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G2", , @scale , , [ -10.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H2", , @scale , , [ -10.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J2", , @scale , , [ -10.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K2", , @scale , , [ -10.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L2", , @scale , , [ -10.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M2", , @scale , , [ -10.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N2", , @scale , , [ -10.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P2", , @scale , , [ -10.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P2, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A3", , @scale , , [ -9.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B3", , @scale , , [ -9.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C3", , @scale , , [ -9.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D3", , @scale , , [ -9.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E3", , @scale , , [ -9.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F3", , @scale , , [ -9.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G3", , @scale , , [ -9.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H3", , @scale , , [ -9.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J3", , @scale , , [ -9.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K3", , @scale , , [ -9.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L3", , @scale , , [ -9.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M3", , @scale , , [ -9.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N3", , @scale , , [ -9.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P3", , @scale , , [ -9.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P3, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A4", , @scale , , [ -8.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B4", , @scale , , [ -8.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C4", , @scale , , [ -8.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D4", , @scale , , [ -8.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E4", , @scale , , [ -8.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F4", , @scale , , [ -8.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G4", , @scale , , [ -8.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H4", , @scale , , [ -8.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J4", , @scale , , [ -8.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K4", , @scale , , [ -8.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L4", , @scale , , [ -8.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M4", , @scale , , [ -8.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N4", , @scale , , [ -8.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P4", , @scale , , [ -8.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P4, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A5", , @scale , , [ -8.0, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B5", , @scale , , [ -8.0, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C5", , @scale , , [ -8.0, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D5", , @scale , , [ -8.0, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E5", , @scale , , [ -8.0, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F5", , @scale , , [ -8.0, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G5", , @scale , , [ -8.0, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H5", , @scale , , [ -8.0, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J5", , @scale , , [ -8.0, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K5", , @scale , , [ -8.0, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L5", , @scale , , [ -8.0, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M5", , @scale , , [ -8.0, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N5", , @scale , , [ -8.0, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P5", , @scale , , [ -8.0, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P5, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A6", , @scale , , [ -7.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B6", , @scale , , [ -7.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C6", , @scale , , [ -7.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D6", , @scale , , [ -7.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E6", , @scale , , [ -7.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F6", , @scale , , [ -7.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G6", , @scale , , [ -7.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H6", , @scale , , [ -7.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J6", , @scale , , [ -7.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K6", , @scale , , [ -7.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L6", , @scale , , [ -7.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M6", , @scale , , [ -7.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N6", , @scale , , [ -7.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P6", , @scale , , [ -7.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P6, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A7", , @scale , , [ -6.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B7", , @scale , , [ -6.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C7", , @scale , , [ -6.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D7", , @scale , , [ -6.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E7", , @scale , , [ -6.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F7", , @scale , , [ -6.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G7", , @scale , , [ -6.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H7", , @scale , , [ -6.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J7", , @scale , , [ -6.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K7", , @scale , , [ -6.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L7", , @scale , , [ -6.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M7", , @scale , , [ -6.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N7", , @scale , , [ -6.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P7", , @scale , , [ -6.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P7, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A8", , @scale , , [ -5.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B8", , @scale , , [ -5.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C8", , @scale , , [ -5.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D8", , @scale , , [ -5.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E8", , @scale , , [ -5.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F8", , @scale , , [ -5.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G8", , @scale , , [ -5.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H8", , @scale , , [ -5.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J8", , @scale , , [ -5.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K8", , @scale , , [ -5.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L8", , @scale , , [ -5.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M8", , @scale , , [ -5.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N8", , @scale , , [ -5.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P8", , @scale , , [ -5.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P8, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A9", , @scale , , [ -4.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B9", , @scale , , [ -4.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C9", , @scale , , [ -4.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D9", , @scale , , [ -4.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E9", , @scale , , [ -4.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F9", , @scale , , [ -4.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G9", , @scale , , [ -4.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H9", , @scale , , [ -4.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J9", , @scale , , [ -4.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K9", , @scale , , [ -4.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L9", , @scale , , [ -4.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M9", , @scale , , [ -4.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N9", , @scale , , [ -4.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P9", , @scale , , [ -4.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P9, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A10", , @scale , , [ -4.0, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B10", , @scale , , [ -4.0, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C10", , @scale , , [ -4.0, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D10", , @scale , , [ -4.0, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E10", , @scale , , [ -4.0, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F10", , @scale , , [ -4.0, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G10", , @scale , , [ -4.0, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H10", , @scale , , [ -4.0, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J10", , @scale , , [ -4.0, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K10", , @scale , , [ -4.0, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L10", , @scale , , [ -4.0, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M10", , @scale , , [ -4.0, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N10", , @scale , , [ -4.0, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P10", , @scale , , [ -4.0, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P10, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A11", , @scale , , [ -3.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B11", , @scale , , [ -3.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C11", , @scale , , [ -3.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D11", , @scale , , [ -3.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E11", , @scale , , [ -3.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F11", , @scale , , [ -3.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G11", , @scale , , [ -3.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H11", , @scale , , [ -3.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J11", , @scale , , [ -3.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K11", , @scale , , [ -3.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L11", , @scale , , [ -3.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M11", , @scale , , [ -3.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N11", , @scale , , [ -3.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P11", , @scale , , [ -3.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P11, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A12", , @scale , , [ -2.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B12", , @scale , , [ -2.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C12", , @scale , , [ -2.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D12", , @scale , , [ -2.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E12", , @scale , , [ -2.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F12", , @scale , , [ -2.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G12", , @scale , , [ -2.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H12", , @scale , , [ -2.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J12", , @scale , , [ -2.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K12", , @scale , , [ -2.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L12", , @scale , , [ -2.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M12", , @scale , , [ -2.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N12", , @scale , , [ -2.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P12", , @scale , , [ -2.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P12, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A13", , @scale , , [ -1.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B13", , @scale , , [ -1.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C13", , @scale , , [ -1.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D13", , @scale , , [ -1.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E13", , @scale , , [ -1.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F13", , @scale , , [ -1.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G13", , @scale , , [ -1.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H13", , @scale , , [ -1.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J13", , @scale , , [ -1.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K13", , @scale , , [ -1.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L13", , @scale , , [ -1.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M13", , @scale , , [ -1.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N13", , @scale , , [ -1.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P13", , @scale , , [ -1.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P13, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A14", , @scale , , [ -0.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B14", , @scale , , [ -0.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C14", , @scale , , [ -0.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D14", , @scale , , [ -0.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E14", , @scale , , [ -0.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F14", , @scale , , [ -0.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G14", , @scale , , [ -0.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H14", , @scale , , [ -0.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J14", , @scale , , [ -0.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K14", , @scale , , [ -0.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L14", , @scale , , [ -0.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M14", , @scale , , [ -0.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N14", , @scale , , [ -0.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P14", , @scale , , [ -0.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P14, BGA_08_PAD_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A15", , @scale , , [ 0.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B15", , @scale , , [ 0.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C15", , @scale , , [ 0.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D15", , @scale , , [ 0.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E15", , @scale , , [ 0.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F15", , @scale , , [ 0.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G15", , @scale , , [ 0.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H15", , @scale , , [ 0.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J15", , @scale , , [ 0.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K15", , @scale , , [ 0.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L15", , @scale , , [ 0.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M15", , @scale , , [ 0.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N15", , @scale , , [ 0.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P15", , @scale , , [ 0.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P15, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A16", , @scale , , [ 1.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B16", , @scale , , [ 1.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C16", , @scale , , [ 1.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D16", , @scale , , [ 1.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E16", , @scale , , [ 1.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F16", , @scale , , [ 1.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G16", , @scale , , [ 1.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H16", , @scale , , [ 1.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J16", , @scale , , [ 1.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K16", , @scale , , [ 1.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L16", , @scale , , [ 1.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M16", , @scale , , [ 1.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N16", , @scale , , [ 1.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P16", , @scale , , [ 1.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P16, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A17", , @scale , , [ 2.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B17", , @scale , , [ 2.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C17", , @scale , , [ 2.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D17", , @scale , , [ 2.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E17", , @scale , , [ 2.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F17", , @scale , , [ 2.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G17", , @scale , , [ 2.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H17", , @scale , , [ 2.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J17", , @scale , , [ 2.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K17", , @scale , , [ 2.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L17", , @scale , , [ 2.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M17", , @scale , , [ 2.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N17", , @scale , , [ 2.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P17", , @scale , , [ 2.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P17, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A18", , @scale , , [ 3.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B18", , @scale , , [ 3.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C18", , @scale , , [ 3.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D18", , @scale , , [ 3.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E18", , @scale , , [ 3.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F18", , @scale , , [ 3.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G18", , @scale , , [ 3.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H18", , @scale , , [ 3.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J18", , @scale , , [ 3.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K18", , @scale , , [ 3.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L18", , @scale , , [ 3.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M18", , @scale , , [ 3.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N18", , @scale , , [ 3.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P18", , @scale , , [ 3.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P18, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A19", , @scale , , [ 4.0, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B19", , @scale , , [ 4.0, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C19", , @scale , , [ 4.0, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D19", , @scale , , [ 4.0, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E19", , @scale , , [ 4.0, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F19", , @scale , , [ 4.0, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G19", , @scale , , [ 4.0, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H19", , @scale , , [ 4.0, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J19", , @scale , , [ 4.0, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K19", , @scale , , [ 4.0, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L19", , @scale , , [ 4.0, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M19", , @scale , , [ 4.0, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N19", , @scale , , [ 4.0, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P19", , @scale , , [ 4.0, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P19, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A20", , @scale , , [ 4.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B20", , @scale , , [ 4.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C20", , @scale , , [ 4.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D20", , @scale , , [ 4.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E20", , @scale , , [ 4.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F20", , @scale , , [ 4.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G20", , @scale , , [ 4.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H20", , @scale , , [ 4.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J20", , @scale , , [ 4.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K20", , @scale , , [ 4.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L20", , @scale , , [ 4.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M20", , @scale , , [ 4.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N20", , @scale , , [ 4.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P20", , @scale , , [ 4.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P20, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A21", , @scale , , [ 5.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B21", , @scale , , [ 5.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C21", , @scale , , [ 5.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D21", , @scale , , [ 5.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E21", , @scale , , [ 5.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F21", , @scale , , [ 5.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G21", , @scale , , [ 5.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H21", , @scale , , [ 5.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J21", , @scale , , [ 5.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K21", , @scale , , [ 5.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L21", , @scale , , [ 5.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M21", , @scale , , [ 5.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N21", , @scale , , [ 5.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P21", , @scale , , [ 5.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P21, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A22", , @scale , , [ 6.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B22", , @scale , , [ 6.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C22", , @scale , , [ 6.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D22", , @scale , , [ 6.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E22", , @scale , , [ 6.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F22", , @scale , , [ 6.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G22", , @scale , , [ 6.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H22", , @scale , , [ 6.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J22", , @scale , , [ 6.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K22", , @scale , , [ 6.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L22", , @scale , , [ 6.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M22", , @scale , , [ 6.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N22", , @scale , , [ 6.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P22", , @scale , , [ 6.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P22, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A23", , @scale , , [ 7.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B23", , @scale , , [ 7.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C23", , @scale , , [ 7.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D23", , @scale , , [ 7.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E23", , @scale , , [ 7.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F23", , @scale , , [ 7.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G23", , @scale , , [ 7.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H23", , @scale , , [ 7.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J23", , @scale , , [ 7.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K23", , @scale , , [ 7.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L23", , @scale , , [ 7.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M23", , @scale , , [ 7.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N23", , @scale , , [ 7.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P23", , @scale , , [ 7.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P23, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A24", , @scale , , [ 8.0, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B24", , @scale , , [ 8.0, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C24", , @scale , , [ 8.0, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D24", , @scale , , [ 8.0, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E24", , @scale , , [ 8.0, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F24", , @scale , , [ 8.0, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G24", , @scale , , [ 8.0, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H24", , @scale , , [ 8.0, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J24", , @scale , , [ 8.0, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K24", , @scale , , [ 8.0, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L24", , @scale , , [ 8.0, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M24", , @scale , , [ 8.0, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N24", , @scale , , [ 8.0, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P24", , @scale , , [ 8.0, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P24, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A25", , @scale , , [ 8.8, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B25", , @scale , , [ 8.8, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C25", , @scale , , [ 8.8, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D25", , @scale , , [ 8.8, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E25", , @scale , , [ 8.8, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F25", , @scale , , [ 8.8, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G25", , @scale , , [ 8.8, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H25", , @scale , , [ 8.8, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J25", , @scale , , [ 8.8, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K25", , @scale , , [ 8.8, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L25", , @scale , , [ 8.8, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M25", , @scale , , [ 8.8, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N25", , @scale , , [ 8.8, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P25", , @scale , , [ 8.8, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P25, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A26", , @scale , , [ 9.6, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B26", , @scale , , [ 9.6, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C26", , @scale , , [ 9.6, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D26", , @scale , , [ 9.6, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E26", , @scale , , [ 9.6, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F26", , @scale , , [ 9.6, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G26", , @scale , , [ 9.6, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H26", , @scale , , [ 9.6, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J26", , @scale , , [ 9.6, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K26", , @scale , , [ 9.6, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L26", , @scale , , [ 9.6, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M26", , @scale , , [ 9.6, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N26", , @scale , , [ 9.6, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P26", , @scale , , [ 9.6, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P26, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A27", , @scale , , [ 10.4, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B27", , @scale , , [ 10.4, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C27", , @scale , , [ 10.4, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D27", , @scale , , [ 10.4, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E27", , @scale , , [ 10.4, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F27", , @scale , , [ 10.4, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G27", , @scale , , [ 10.4, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H27", , @scale , , [ 10.4, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J27", , @scale , , [ 10.4, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K27", , @scale , , [ 10.4, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L27", , @scale , , [ 10.4, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M27", , @scale , , [ 10.4, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N27", , @scale , , [ 10.4, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P27", , @scale , , [ 10.4, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P27, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A28", , @scale , , [ 11.2, 11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B28", , @scale , , [ 11.2, 10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C28", , @scale , , [ 11.2, 9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D28", , @scale , , [ 11.2, 8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E28", , @scale , , [ 11.2, 8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F28", , @scale , , [ 11.2, 7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G28", , @scale , , [ 11.2, 6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H28", , @scale , , [ 11.2, 5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J28", , @scale , , [ 11.2, 4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K28", , @scale , , [ 11.2, 4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L28", , @scale , , [ 11.2, 3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M28", , @scale , , [ 11.2, 2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N28", , @scale , , [ 11.2, 1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P28", , @scale , , [ 11.2, 0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P28, BGA_08_PAD_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R1", , @scale , , [ -11.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T1", , @scale , , [ -11.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U1", , @scale , , [ -11.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V1", , @scale , , [ -11.2, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W1", , @scale , , [ -11.2, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y1", , @scale , , [ -11.2, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA1", , @scale , , [ -11.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB1", , @scale , , [ -11.2, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC1", , @scale , , [ -11.2, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD1", , @scale , , [ -11.2, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE1", , @scale , , [ -11.2, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF1", , @scale , , [ -11.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG1", , @scale , , [ -11.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH1", , @scale , , [ -11.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH1, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R2", , @scale , , [ -10.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U2", , @scale , , [ -10.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V2", , @scale , , [ -10.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W2", , @scale , , [ -10.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y2", , @scale , , [ -10.4, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA2", , @scale , , [ -10.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB2", , @scale , , [ -10.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC2", , @scale , , [ -10.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD2", , @scale , , [ -10.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE2", , @scale , , [ -10.4, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF2", , @scale , , [ -10.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG2", , @scale , , [ -10.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH2", , @scale , , [ -10.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH2, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R3", , @scale , , [ -9.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U3", , @scale , , [ -9.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V3", , @scale , , [ -9.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W3", , @scale , , [ -9.6, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y3", , @scale , , [ -9.6, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA3", , @scale , , [ -9.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB3", , @scale , , [ -9.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC3", , @scale , , [ -9.6, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD3", , @scale , , [ -9.6, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE3", , @scale , , [ -9.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF3", , @scale , , [ -9.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG3", , @scale , , [ -9.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH3", , @scale , , [ -9.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH3, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R4", , @scale , , [ -8.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T4", , @scale , , [ -8.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V4", , @scale , , [ -8.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W4", , @scale , , [ -8.8, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y4", , @scale , , [ -8.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA4", , @scale , , [ -8.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB4", , @scale , , [ -8.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC4", , @scale , , [ -8.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD4", , @scale , , [ -8.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE4", , @scale , , [ -8.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF4", , @scale , , [ -8.8, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG4", , @scale , , [ -8.8, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH4", , @scale , , [ -8.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH4, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R5", , @scale , , [ -8.0, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U5", , @scale , , [ -8.0, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V5", , @scale , , [ -8.0, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W5", , @scale , , [ -8.0, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y5", , @scale , , [ -8.0, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA5", , @scale , , [ -8.0, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB5", , @scale , , [ -8.0, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC5", , @scale , , [ -8.0, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD5", , @scale , , [ -8.0, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE5", , @scale , , [ -8.0, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF5", , @scale , , [ -8.0, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG5", , @scale , , [ -8.0, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH5", , @scale , , [ -8.0, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH5, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R6", , @scale , , [ -7.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T6", , @scale , , [ -7.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U6", , @scale , , [ -7.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V6", , @scale , , [ -7.2, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W6", , @scale , , [ -7.2, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y6", , @scale , , [ -7.2, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA6", , @scale , , [ -7.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB6", , @scale , , [ -7.2, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC6", , @scale , , [ -7.2, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD6", , @scale , , [ -7.2, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE6", , @scale , , [ -7.2, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF6", , @scale , , [ -7.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG6", , @scale , , [ -7.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH6", , @scale , , [ -7.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH6, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R7", , @scale , , [ -6.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T7", , @scale , , [ -6.4, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U7", , @scale , , [ -6.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V7", , @scale , , [ -6.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W7", , @scale , , [ -6.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA7", , @scale , , [ -6.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB7", , @scale , , [ -6.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC7", , @scale , , [ -6.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD7", , @scale , , [ -6.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE7", , @scale , , [ -6.4, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF7", , @scale , , [ -6.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG7", , @scale , , [ -6.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH7", , @scale , , [ -6.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH7, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R8", , @scale , , [ -5.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T8", , @scale , , [ -5.6, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U8", , @scale , , [ -5.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V8", , @scale , , [ -5.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA8", , @scale , , [ -5.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB8", , @scale , , [ -5.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC8", , @scale , , [ -5.6, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD8", , @scale , , [ -5.6, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE8", , @scale , , [ -5.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF8", , @scale , , [ -5.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG8", , @scale , , [ -5.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH8", , @scale , , [ -5.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH8, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R9", , @scale , , [ -4.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T9", , @scale , , [ -4.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U9", , @scale , , [ -4.8, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V9", , @scale , , [ -4.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y9", , @scale , , [ -4.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA9", , @scale , , [ -4.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB9", , @scale , , [ -4.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC9", , @scale , , [ -4.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD9", , @scale , , [ -4.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE9", , @scale , , [ -4.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF9", , @scale , , [ -4.8, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG9", , @scale , , [ -4.8, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH9", , @scale , , [ -4.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH9, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R10", , @scale , , [ -4.0, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T10", , @scale , , [ -4.0, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U10", , @scale , , [ -4.0, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V10", , @scale , , [ -4.0, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W10", , @scale , , [ -4.0, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC10", , @scale , , [ -4.0, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD10", , @scale , , [ -4.0, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE10", , @scale , , [ -4.0, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF10", , @scale , , [ -4.0, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG10", , @scale , , [ -4.0, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH10", , @scale , , [ -4.0, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH10, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R11", , @scale , , [ -3.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T11", , @scale , , [ -3.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U11", , @scale , , [ -3.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA11", , @scale , , [ -3.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC11", , @scale , , [ -3.2, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD11", , @scale , , [ -3.2, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE11", , @scale , , [ -3.2, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF11", , @scale , , [ -3.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG11", , @scale , , [ -3.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH11", , @scale , , [ -3.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH11, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R12", , @scale , , [ -2.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T12", , @scale , , [ -2.4, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U12", , @scale , , [ -2.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V12", , @scale , , [ -2.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W12", , @scale , , [ -2.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y12", , @scale , , [ -2.4, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA12", , @scale , , [ -2.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB12", , @scale , , [ -2.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC12", , @scale , , [ -2.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD12", , @scale , , [ -2.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE12", , @scale , , [ -2.4, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF12", , @scale , , [ -2.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG12", , @scale , , [ -2.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH12", , @scale , , [ -2.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH12, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R13", , @scale , , [ -1.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T13", , @scale , , [ -1.6, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U13", , @scale , , [ -1.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V13", , @scale , , [ -1.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W13", , @scale , , [ -1.6, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y13", , @scale , , [ -1.6, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA13", , @scale , , [ -1.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB13", , @scale , , [ -1.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC13", , @scale , , [ -1.6, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD13", , @scale , , [ -1.6, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE13", , @scale , , [ -1.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF13", , @scale , , [ -1.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG13", , @scale , , [ -1.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH13", , @scale , , [ -1.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH13, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R14", , @scale , , [ -0.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T14", , @scale , , [ -0.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U14", , @scale , , [ -0.8, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V14", , @scale , , [ -0.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W14", , @scale , , [ -0.8, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y14", , @scale , , [ -0.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA14", , @scale , , [ -0.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB14", , @scale , , [ -0.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC14", , @scale , , [ -0.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD14", , @scale , , [ -0.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE14", , @scale , , [ -0.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF14", , @scale , , [ -0.8, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG14", , @scale , , [ -0.8, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH14", , @scale , , [ -0.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH14, BGA_08_PAD_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R15", , @scale , , [ 0.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T15", , @scale , , [ 0.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U15", , @scale , , [ 0.8, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V15", , @scale , , [ 0.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W15", , @scale , , [ 0.8, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y15", , @scale , , [ 0.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA15", , @scale , , [ 0.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB15", , @scale , , [ 0.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC15", , @scale , , [ 0.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD15", , @scale , , [ 0.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE15", , @scale , , [ 0.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF15", , @scale , , [ 0.8, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG15", , @scale , , [ 0.8, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH15", , @scale , , [ 0.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH15, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R16", , @scale , , [ 1.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T16", , @scale , , [ 1.6, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U16", , @scale , , [ 1.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V16", , @scale , , [ 1.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W16", , @scale , , [ 1.6, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y16", , @scale , , [ 1.6, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA16", , @scale , , [ 1.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB16", , @scale , , [ 1.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD16", , @scale , , [ 1.6, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE16", , @scale , , [ 1.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF16", , @scale , , [ 1.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG16", , @scale , , [ 1.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH16", , @scale , , [ 1.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH16, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R17", , @scale , , [ 2.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T17", , @scale , , [ 2.4, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U17", , @scale , , [ 2.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V17", , @scale , , [ 2.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W17", , @scale , , [ 2.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y17", , @scale , , [ 2.4, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA17", , @scale , , [ 2.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB17", , @scale , , [ 2.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC17", , @scale , , [ 2.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD17", , @scale , , [ 2.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE17", , @scale , , [ 2.4, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF17", , @scale , , [ 2.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG17", , @scale , , [ 2.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH17", , @scale , , [ 2.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH17, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R18", , @scale , , [ 3.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T18", , @scale , , [ 3.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U18", , @scale , , [ 3.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V18", , @scale , , [ 3.2, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W18", , @scale , , [ 3.2, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA18", , @scale , , [ 3.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB18", , @scale , , [ 3.2, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC18", , @scale , , [ 3.2, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD18", , @scale , , [ 3.2, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE18", , @scale , , [ 3.2, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF18", , @scale , , [ 3.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG18", , @scale , , [ 3.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH18", , @scale , , [ 3.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH18, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R19", , @scale , , [ 4.0, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T19", , @scale , , [ 4.0, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U19", , @scale , , [ 4.0, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V19", , @scale , , [ 4.0, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W19", , @scale , , [ 4.0, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y19", , @scale , , [ 4.0, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA19", , @scale , , [ 4.0, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB19", , @scale , , [ 4.0, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC19", , @scale , , [ 4.0, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD19", , @scale , , [ 4.0, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE19", , @scale , , [ 4.0, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF19", , @scale , , [ 4.0, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG19", , @scale , , [ 4.0, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH19", , @scale , , [ 4.0, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH19, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R20", , @scale , , [ 4.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T20", , @scale , , [ 4.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U20", , @scale , , [ 4.8, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V20", , @scale , , [ 4.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W20", , @scale , , [ 4.8, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y20", , @scale , , [ 4.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA20", , @scale , , [ 4.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB20", , @scale , , [ 4.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC20", , @scale , , [ 4.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD20", , @scale , , [ 4.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE20", , @scale , , [ 4.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG20", , @scale , , [ 4.8, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH20", , @scale , , [ 4.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH20, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R21", , @scale , , [ 5.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T21", , @scale , , [ 5.6, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U21", , @scale , , [ 5.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V21", , @scale , , [ 5.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W21", , @scale , , [ 5.6, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y21", , @scale , , [ 5.6, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA21", , @scale , , [ 5.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB21", , @scale , , [ 5.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC21", , @scale , , [ 5.6, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD21", , @scale , , [ 5.6, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE21", , @scale , , [ 5.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF21", , @scale , , [ 5.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG21", , @scale , , [ 5.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH21", , @scale , , [ 5.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH21, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R22", , @scale , , [ 6.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T22", , @scale , , [ 6.4, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U22", , @scale , , [ 6.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V22", , @scale , , [ 6.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W22", , @scale , , [ 6.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y22", , @scale , , [ 6.4, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA22", , @scale , , [ 6.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB22", , @scale , , [ 6.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC22", , @scale , , [ 6.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD22", , @scale , , [ 6.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE22", , @scale , , [ 6.4, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF22", , @scale , , [ 6.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG22", , @scale , , [ 6.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH22", , @scale , , [ 6.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH22, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R23", , @scale , , [ 7.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T23", , @scale , , [ 7.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U23", , @scale , , [ 7.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V23", , @scale , , [ 7.2, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W23", , @scale , , [ 7.2, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y23", , @scale , , [ 7.2, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA23", , @scale , , [ 7.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB23", , @scale , , [ 7.2, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE23", , @scale , , [ 7.2, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF23", , @scale , , [ 7.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG23", , @scale , , [ 7.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH23", , @scale , , [ 7.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH23, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R24", , @scale , , [ 8.0, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T24", , @scale , , [ 8.0, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U24", , @scale , , [ 8.0, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V24", , @scale , , [ 8.0, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W24", , @scale , , [ 8.0, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y24", , @scale , , [ 8.0, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA24", , @scale , , [ 8.0, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB24", , @scale , , [ 8.0, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC24", , @scale , , [ 8.0, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD24", , @scale , , [ 8.0, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE24", , @scale , , [ 8.0, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF24", , @scale , , [ 8.0, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG24", , @scale , , [ 8.0, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG24, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R25", , @scale , , [ 8.8, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T25", , @scale , , [ 8.8, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U25", , @scale , , [ 8.8, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V25", , @scale , , [ 8.8, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W25", , @scale , , [ 8.8, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y25", , @scale , , [ 8.8, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA25", , @scale , , [ 8.8, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB25", , @scale , , [ 8.8, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC25", , @scale , , [ 8.8, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD25", , @scale , , [ 8.8, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE25", , @scale , , [ 8.8, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF25", , @scale , , [ 8.8, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH25", , @scale , , [ 8.8, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH25, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R26", , @scale , , [ 9.6, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T26", , @scale , , [ 9.6, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U26", , @scale , , [ 9.6, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V26", , @scale , , [ 9.6, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W26", , @scale , , [ 9.6, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y26", , @scale , , [ 9.6, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA26", , @scale , , [ 9.6, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB26", , @scale , , [ 9.6, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC26", , @scale , , [ 9.6, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE26", , @scale , , [ 9.6, -8.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF26", , @scale , , [ 9.6, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG26", , @scale , , [ 9.6, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH26", , @scale , , [ 9.6, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH26, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R27", , @scale , , [ 10.4, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T27", , @scale , , [ 10.4, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U27", , @scale , , [ 10.4, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V27", , @scale , , [ 10.4, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W27", , @scale , , [ 10.4, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y27", , @scale , , [ 10.4, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA27", , @scale , , [ 10.4, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB27", , @scale , , [ 10.4, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC27", , @scale , , [ 10.4, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD27", , @scale , , [ 10.4, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF27", , @scale , , [ 10.4, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG27", , @scale , , [ 10.4, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH27", , @scale , , [ 10.4, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH27, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R28", , @scale , , [ 11.2, -0.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T28", , @scale , , [ 11.2, -1.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U28", , @scale , , [ 11.2, -2.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V28", , @scale , , [ 11.2, -3.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W28", , @scale , , [ 11.2, -4.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y28", , @scale , , [ 11.2, -4.80 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA28", , @scale , , [ 11.2, -5.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB28", , @scale , , [ 11.2, -6.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC28", , @scale , , [ 11.2, -7.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD28", , @scale , , [ 11.2, -8.00 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF28", , @scale , , [ 11.2, -9.60 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG28", , @scale , , [ 11.2, -10.40 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH28", , @scale , , [ 11.2, -11.20 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH28, BGA_08_PAD_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T2", , @scale , , [ -10.0, -1.20 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "T3", , @scale , , [ -9.2, -1.20 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "U4", , @scale , , [ -8.4, -2.00 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "T5", , @scale , , [ -7.6, -1.20 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "Y7", , @scale , , [ -6.0, -4.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "W8", , @scale , , [ -5.2, -3.60 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "Y8", , @scale , , [ -5.2, -4.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "W9", , @scale , , [ -4.4, -3.60 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "Y10", , @scale , , [ -3.6, -4.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AA10", , @scale , , [ -3.6, -5.20 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AB10", , @scale , , [ -3.6, -6.00 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "V11", , @scale , , [ -2.8, -2.80 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "W11", , @scale , , [ -2.8, -3.60 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "Y11", , @scale , , [ -2.8, -4.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AB11", , @scale , , [ -2.8, -6.00 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AC16", , @scale , , [ 1.2, -6.80 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "Y18", , @scale , , [ 2.8, -4.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AF20", , @scale , , [ 4.4, -9.20 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AC23", , @scale , , [ 6.8, -6.80 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AD23", , @scale , , [ 6.8, -7.60 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AH24", , @scale , , [ 7.6, -10.80 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AG25", , @scale , , [ 8.4, -10.00 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AD26", , @scale , , [ 9.2, -7.60 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AE27", , @scale , , [ 10.0, -8.40 ] ); $$attribute( "COMPONENT_PIN_DEFINITION", "AE28", , @scale , , [ 10.8, -8.40 ] );