// file: flvc2104_rev__2__basic_structure.txt // // date: 30-Aug-2015 Original UltraScale Geometry // date: 8-Aug-2016 Rev 2 UltraScale Geometry // // // REV_2 of the FLVC2104 // -------------------------- // // // The intent of this REV_2 is described in aaa_readme_rev_2.txt // // // The overall orientation of this Rev 1 component geometry // is pin A1 in the North West corner, i.e. the standard // Xilinx view for this part. // // pin #1 corner --> A1 ... A46 // . . // . . // . . // BF1 ... BF46 // // // // The 46x46 array has 2116 pins but the flvc2104 package // does not have 3 pins in each corner. Thus there are // 2104 pins on this fpga package. 2116 - 12 = 2105. // // // A1, A2 ... A45, A46 // B1 B46 // . . // . . // . . // . . // BE1 BE46 // BF1, BF2 ... BF45, BF46 // // // Pin/Pad Stack names used in the FLVC2104 Geometry // // BGA_2104_SMD_PAD # SMD Pad Only on the Mentor PAD_1 layer // // BGA_2104_PAD_LONG_VIA_NNE # Pad on PAD_1 and via to the North-North-East // BGA_2104_PAD_LONG_VIA_NE # Pad on PAD_1 and via to the North-East // BGA_2104_PAD_LONG_VIA_ENE # Pad on PAD_1 and via to the East-North-East // // BGA_2104_PAD_LONG_VIA_ESE # Pad on PAD_1 and via to the East-South-East // BGA_2104_PAD_LONG_VIA_SE # Pad on PAD_1 and via to the South-East // BGA_2104_PAD_LONG_VIA_SSE # Pad on PAD_1 and via to the South-South-East // // BGA_2104_PAD_LONG_VIA_SSW # Pad on PAD_1 and via to the South-South-West // BGA_2104_PAD_LONG_VIA_SW # Pad on PAD_1 and via to the South-West // BGA_2104_PAD_LONG_VIA_WSW # Pad on PAD_1 and via to the West-South-West // // BGA_2104_PAD_LONG_VIA_WNW # Pad on PAD_1 and via to the West-North-West // BGA_2104_PAD_LONG_VIA_NW # Pad on PAD_1 and via to the North-West // BGA_2104_PAD_LONG_VIA_NNW # Pad on PAD_1 and via to the North-North-West // // // The tag "LONG" is referring to a via traversing all layers // while we may later use some "SHORT" vias traversing only the high speed layers // // The NNE, ENE, ESE, SSE, SSW, WSW, WNW, NNW padstacks are used for the // outer pins to pull their vias 0.3 mm further away from the periphery. // The via is offset from the SMD pad by 0.8 mm in one cardinal direction // (either X or Y) and offset by 0.5 mm in the other. // // The NE, NW, SE, SW tags are for pin/pad stacks that have their via // via offset by 0.5 mm in both the X and Y directions to put the via // right in the center of the 4 surounding SMD pads. // // // // // From the Xilinx Gods // ---------------------- // // UG1099 UG575 // ------- ------- // Make the: BGA Pad Land 0.51 mm 0.53 mm in diameter // BGA Pad Solder Mask Opening 0.54 mm 0.63 mm in diameter // // Dog-Bone Width 0.15 mm --- // Via Finished Hole 0.25 mm --- in diameter // Via Pad Land 0.48 mm --- in diameter // // // They say that for the best re-flow soldering of the // BGA, they want the PCB BGA Land Diameter to match // the diameter of the pad on the device package. // // Note that there are some significant changes compared // to the CMX Virtex-6 package. // // // For now I will setup all pin/pad stacks in the following way: // // BGA Pad Land 0.51 mm in diameter // BGA Pad Solder Mask Opening 0.61 mm in diameter // BGA Pad Solder Paste Mask 0.51 mm in diameter // // Dog-Bone Width 0.15 mm // Via Finished Hole 0.30 mm in diameter // Via Pad Land 0.58 mm in diameter // Via Solder Mask Opening 0.44 mm in diameter // Via Plane Relief 0.82 mm in diameter // // --> via donut width around drill hole 0.14 mm // --> via drill edge to plane clearance 0.26 mm // --> via drill hole edge to solder mask 0.07 mm // --> edge of BGA pad to solder mask 0.05 mm // //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // // Introduction $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // // BGA_2104_SMD_PAD SMD Pad Only Pin/Pad Stack $$create_pin("BGA_2104_SMD_PAD", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$BGA_2104_SMD_PAD']); $$point_mode(@vertex); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); $$circle( "PAD_1", 0.000, 0.000, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.000, 0.000, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.000, 0.000, 0.51, 0.0); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_NE Pin PadStack Pad with a Via 0.7071mm to the North-East // ----------------------==== ---------- // When using the BGA_2104_PAD_LONG_VIA_NE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_NE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_NE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.500, -0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.500, -0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.500, -0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.500, -0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_SE Pin PadStack Pad with a Via 0.7071mm to the South-East // ----------------------==== ---------- // When using the BGA_2104_PAD_LONG_VIA_SE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_SE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_SE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.500, 0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.500, 0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.500, 0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.500, 0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_SW Pin PadStack Pad with a Via 0.7071mm to the South-West // ----------------------==== ---------- // When using the BGA_2104_PAD_LONG_VIA_SW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_SW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_SW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.500, 0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.500, 0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.500, 0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.500, 0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_NW Pin PadStack Pad with a Via 0.7071mm to the North-West // ----------------------==== ---------- // When using the BGA_2104_PAD_LONG_VIA_NW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_NW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_NW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.500, -0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.500, -0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.500, -0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.500, -0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_NNE Pin PadStack Pad with a Via 0.9434mm to the North-North-East // -----------------------==== ---------------- // aka with a NE via shifted further North // When using the BGA_2104_PAD_LONG_VIA_NNE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.800 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_NNE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_NNE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.500, -0.800, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.500, -0.800, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.500, -0.800, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.500, -0.800, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_SSE Pin PadStack Pad with a Via 0.9434mm to the South-South-East // -----------------------==== ---------------- // aka with a SE via shifted further South // When using the BGA_2104_PAD_LONG_VIA_SE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.800 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_SSE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_SSE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.500, 0.800, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.500, 0.800, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.500, 0.800, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.500, 0.800, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_SSW Pin PadStack Pad with a Via 0.9434mm to the South-South-West // -----------------------==== ---------------- // aka with a SW via shifted further South // When using the BGA_2104_PAD_LONG_VIA_SW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.800 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_SSW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_SSW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.500, 0.800, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.500, 0.800, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.500, 0.800, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.500, 0.800, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_NNW Pin PadStack Pad with a Via 0.9434mm to the North-North-West // ----------------------==== ---------------- // aka with a NW via shifted further North // When using the BGA_2104_PAD_LONG_VIA_NW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.800 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_NNW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_NNW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.500, -0.800, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.500, -0.800, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.500, -0.800, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.500, -0.800, 0.000, 0.000] ); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_ENE Pin PadStack Pad with a Via 0.9434mm to the East-North-East // -----------------------==== --------------- // aka with a NE via shifted further East // When using the BGA_2104_PAD_LONG_VIA_NE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.500 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_ENE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_ENE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.800, -0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.800, -0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.800, -0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.800, -0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_ESE Pin PadStack Pad with a Via 0.9434mm to the East-South-East // -----------------------==== --------------- // aka with a SE via shifted further East // When using the BGA_2104_PAD_LONG_VIA_SE pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SE pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value plus 0.800 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_ESE"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_ESE'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", -0.800, 0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", -0.800, 0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", -0.800, 0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [-0.800, 0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_WSW Pin PadStack Pad with a Via 0.9434mm to the West-South-West // -----------------------==== --------------- // aka with a SW via shifted further West // When using the BGA_2104_PAD_LONG_VIA_SW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_SW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.800 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value minus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_WSW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_WSW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.800, 0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.800, 0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.800, 0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.800, 0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- // BGA_2104_PAD_LONG_VIA_WNW Pin PadStack Pad with a Via 0.9434mm to the West-North-West // ----------------------==== --------------- // aka with a NW via shifted further West // When using the BGA_2104_PAD_LONG_VIA_NW pin padstack you must instance it with a // $$attribute( "COMPONENT_PIN_DEFINITION", ... // that has X,Y values shifted from the actual bga pad location. // // Specifically when using the BGA_2104_PAD_LONG_VIA_NW pin padstack // COMPONENT_PIN_DEFINITION X value = bga pad X value minus 0.800 mm. // COMPONENT_PIN_DEFINITION Y value = bga pad Y value plus 0.500 mm. $$create_pin("BGA_2104_PAD_LONG_VIA_WNW"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$BGA_2104_PAD_LONG_VIA_WNW'] ); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [0.3, 0.0]); $$circle( "SIGNAL", 0.000, 0.000, 0.58, 0.0); $$circle( "SOLDER_MASK", 0.000, 0.000, 0.44, 0.0); $$circle( "POWER", 0.000, 0.000, 0.82, 0.0); $$circle( "BREAKOUT_1", 0.800, -0.500, 0.51, 0.0); $$circle( "SOLDER_MASK_1", 0.800, -0.500, 0.61, 0.0); $$circle( "PASTE_MASK_1", 0.800, -0.500, 0.51, 0.0); $$path( "BREAKOUT_1", 0.150, , [ 0.800, -0.500, 0.000, 0.000] ); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // Now start the actual description of the FLVC2104 Rev 2 $$create_component("FLVC_2104_Geom", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$FLVC_2104_Geom']); $$point_mode(@vertex); $$attribute( "COMPONENT_HEIGHT", "1.20", , @scale , , [0.0, 0.0] ); // // Component Outline // $$initial([ 23.5, 23.5 ], , @nosnap ); $$terminal([ -23.5, 23.5 ]); $$terminal([ -23.5, -23.5 ]); $$terminal([ 23.5, -23.5 ]); $$terminal([ 23.5, 23.5 ]); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Horizontal Lines $$path( "SILKSCREEN_1", 0.25 , , [-23.00, 24.25, 23.00, 24.25] ); $$path( "SILKSCREEN_1", 0.25 , , [-23.00, -24.25, 23.00, -24.25] ); // Vertical Lines $$path( "SILKSCREEN_1", 0.25 , , [-24.25, 23.00, -24.25, -23.00] ); $$path( "SILKSCREEN_1", 0.25 , , [ 24.25, 23.00, 24.25, -23.00] ); // Diagonal Line $$path( "SILKSCREEN_1", 0.25 , , [-23.00, 24.25, -24.25, 23.00] ); $$text( "SILKSCREEN_1", "A1", -27.0, 23.0, 2.5, @BC, 0, 0.7, 0.25, "std", "None", 0.0, 0.0 ); $$text( "SILKSCREEN_1", "^$ref", 0.0, 26.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", 24.50, 24.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", 24.50, 24.50, 1.3, 0.0); $$circle( "PAD_1", 24.50, -24.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", 24.50, -24.50, 1.3, 0.0); $$circle( "PAD_1", -24.50, 24.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", -24.50, 24.50, 1.3, 0.0); $$circle( "PAD_1", -24.50, -24.50, 1.0, 0.0); $$circle( "SOLDER_MASK_1", -24.50, -24.50, 1.3, 0.0); // // Define a default Pad-Stack // $$attribute( "COMPONENT_DEFAULT_PADSTACK", "BGA_2104_SMD_PAD"); // // Now setup all of the pins in the FLVC2104 Geometry // // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #1/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B24", , @scale , , [ 1.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C24", , @scale , , [ 1.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D24", , @scale , , [ 1.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E24", , @scale , , [ 1.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F24", , @scale , , [ 1.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G24", , @scale , , [ 1.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H24", , @scale , , [ 1.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J24", , @scale , , [ 1.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K24", , @scale , , [ 1.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L24", , @scale , , [ 1.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M24", , @scale , , [ 1.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N24", , @scale , , [ 1.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P24", , @scale , , [ 1.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R24", , @scale , , [ 1.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T24", , @scale , , [ 1.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U24", , @scale , , [ 1.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V24", , @scale , , [ 1.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W24", , @scale , , [ 1.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y24", , @scale , , [ 1.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA24", , @scale , , [ 1.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB24", , @scale , , [ 1.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC24, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC24", , @scale , , [ 1.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #2/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B25", , @scale , , [ 2.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C25", , @scale , , [ 2.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D25", , @scale , , [ 2.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E25", , @scale , , [ 2.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F25", , @scale , , [ 2.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G25", , @scale , , [ 2.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H25", , @scale , , [ 2.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J25", , @scale , , [ 2.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K25", , @scale , , [ 2.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L25", , @scale , , [ 2.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M25", , @scale , , [ 2.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N25", , @scale , , [ 2.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P25", , @scale , , [ 2.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R25", , @scale , , [ 2.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T25", , @scale , , [ 2.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U25", , @scale , , [ 2.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V25", , @scale , , [ 2.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W25", , @scale , , [ 2.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y25", , @scale , , [ 2.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA25", , @scale , , [ 2.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB25", , @scale , , [ 2.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC25, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC25", , @scale , , [ 2.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #3/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B26", , @scale , , [ 3.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C26", , @scale , , [ 3.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D26", , @scale , , [ 3.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E26", , @scale , , [ 3.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F26", , @scale , , [ 3.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G26", , @scale , , [ 3.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H26", , @scale , , [ 3.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J26", , @scale , , [ 3.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K26", , @scale , , [ 3.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L26", , @scale , , [ 3.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M26", , @scale , , [ 3.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N26", , @scale , , [ 3.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P26", , @scale , , [ 3.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R26", , @scale , , [ 3.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T26", , @scale , , [ 3.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U26", , @scale , , [ 3.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V26", , @scale , , [ 3.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W26", , @scale , , [ 3.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y26", , @scale , , [ 3.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA26", , @scale , , [ 3.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB26", , @scale , , [ 3.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC26, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC26", , @scale , , [ 3.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #4/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B27", , @scale , , [ 4.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C27", , @scale , , [ 4.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D27", , @scale , , [ 4.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E27", , @scale , , [ 4.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F27", , @scale , , [ 4.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G27", , @scale , , [ 4.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H27", , @scale , , [ 4.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J27", , @scale , , [ 4.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K27", , @scale , , [ 4.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L27", , @scale , , [ 4.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M27", , @scale , , [ 4.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N27", , @scale , , [ 4.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P27", , @scale , , [ 4.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R27", , @scale , , [ 4.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T27", , @scale , , [ 4.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U27", , @scale , , [ 4.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V27", , @scale , , [ 4.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W27", , @scale , , [ 4.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y27", , @scale , , [ 4.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA27", , @scale , , [ 4.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB27", , @scale , , [ 4.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC27, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC27", , @scale , , [ 4.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #5/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B28", , @scale , , [ 5.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C28", , @scale , , [ 5.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D28", , @scale , , [ 5.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E28", , @scale , , [ 5.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F28", , @scale , , [ 5.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G28", , @scale , , [ 5.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H28", , @scale , , [ 5.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J28", , @scale , , [ 5.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K28", , @scale , , [ 5.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L28", , @scale , , [ 5.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M28", , @scale , , [ 5.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N28", , @scale , , [ 5.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P28", , @scale , , [ 5.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R28", , @scale , , [ 5.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T28", , @scale , , [ 5.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U28", , @scale , , [ 5.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V28", , @scale , , [ 5.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W28", , @scale , , [ 5.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y28", , @scale , , [ 5.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA28", , @scale , , [ 5.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB28", , @scale , , [ 5.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC28, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC28", , @scale , , [ 5.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #6/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B29", , @scale , , [ 6.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C29", , @scale , , [ 6.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D29", , @scale , , [ 6.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E29", , @scale , , [ 6.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F29", , @scale , , [ 6.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G29", , @scale , , [ 6.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H29", , @scale , , [ 6.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J29", , @scale , , [ 6.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K29", , @scale , , [ 6.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L29", , @scale , , [ 6.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M29", , @scale , , [ 6.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N29", , @scale , , [ 6.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P29", , @scale , , [ 6.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R29", , @scale , , [ 6.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T29", , @scale , , [ 6.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U29", , @scale , , [ 6.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V29", , @scale , , [ 6.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W29", , @scale , , [ 6.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y29", , @scale , , [ 6.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA29", , @scale , , [ 6.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB29", , @scale , , [ 6.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC29, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC29", , @scale , , [ 6.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #7/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B30", , @scale , , [ 7.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C30", , @scale , , [ 7.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D30", , @scale , , [ 7.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E30", , @scale , , [ 7.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F30", , @scale , , [ 7.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G30", , @scale , , [ 7.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H30", , @scale , , [ 7.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J30", , @scale , , [ 7.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K30", , @scale , , [ 7.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L30", , @scale , , [ 7.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M30", , @scale , , [ 7.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N30", , @scale , , [ 7.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P30", , @scale , , [ 7.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R30", , @scale , , [ 7.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T30", , @scale , , [ 7.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U30", , @scale , , [ 7.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V30", , @scale , , [ 7.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W30", , @scale , , [ 7.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y30", , @scale , , [ 7.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA30", , @scale , , [ 7.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB30", , @scale , , [ 7.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC30, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC30", , @scale , , [ 7.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #8/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B31", , @scale , , [ 8.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C31", , @scale , , [ 8.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D31", , @scale , , [ 8.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E31", , @scale , , [ 8.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F31", , @scale , , [ 8.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G31", , @scale , , [ 8.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H31", , @scale , , [ 8.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J31", , @scale , , [ 8.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K31", , @scale , , [ 8.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L31", , @scale , , [ 8.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M31", , @scale , , [ 8.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N31", , @scale , , [ 8.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P31", , @scale , , [ 8.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R31", , @scale , , [ 8.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T31", , @scale , , [ 8.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U31", , @scale , , [ 8.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V31", , @scale , , [ 8.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W31", , @scale , , [ 8.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y31", , @scale , , [ 8.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA31", , @scale , , [ 8.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB31", , @scale , , [ 8.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC31, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC31", , @scale , , [ 8.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #9/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B32", , @scale , , [ 9.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C32", , @scale , , [ 9.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D32", , @scale , , [ 9.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E32", , @scale , , [ 9.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F32", , @scale , , [ 9.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G32", , @scale , , [ 9.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H32", , @scale , , [ 9.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J32", , @scale , , [ 9.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K32", , @scale , , [ 9.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L32", , @scale , , [ 9.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M32", , @scale , , [ 9.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N32", , @scale , , [ 9.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P32", , @scale , , [ 9.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R32", , @scale , , [ 9.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T32", , @scale , , [ 9.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U32", , @scale , , [ 9.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V32", , @scale , , [ 9.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W32", , @scale , , [ 9.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y32", , @scale , , [ 9.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA32", , @scale , , [ 9.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB32", , @scale , , [ 9.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC32, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC32", , @scale , , [ 9.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #10/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B33", , @scale , , [ 10.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C33", , @scale , , [ 10.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D33", , @scale , , [ 10.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E33", , @scale , , [ 10.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F33", , @scale , , [ 10.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G33", , @scale , , [ 10.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H33", , @scale , , [ 10.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J33", , @scale , , [ 10.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K33", , @scale , , [ 10.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L33", , @scale , , [ 10.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M33", , @scale , , [ 10.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N33", , @scale , , [ 10.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P33", , @scale , , [ 10.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R33", , @scale , , [ 10.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T33", , @scale , , [ 10.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U33", , @scale , , [ 10.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V33", , @scale , , [ 10.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W33", , @scale , , [ 10.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y33", , @scale , , [ 10.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA33", , @scale , , [ 10.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB33", , @scale , , [ 10.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC33, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC33", , @scale , , [ 10.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #11/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B34", , @scale , , [ 11.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C34", , @scale , , [ 11.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D34", , @scale , , [ 11.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E34", , @scale , , [ 11.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F34", , @scale , , [ 11.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G34", , @scale , , [ 11.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H34", , @scale , , [ 11.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J34", , @scale , , [ 11.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K34", , @scale , , [ 11.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L34", , @scale , , [ 11.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M34", , @scale , , [ 11.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N34", , @scale , , [ 11.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P34", , @scale , , [ 11.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R34", , @scale , , [ 11.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T34", , @scale , , [ 11.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U34", , @scale , , [ 11.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V34", , @scale , , [ 11.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W34", , @scale , , [ 11.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y34", , @scale , , [ 11.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA34", , @scale , , [ 11.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB34", , @scale , , [ 11.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC34, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC34", , @scale , , [ 11.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #12/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B35", , @scale , , [ 12.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C35", , @scale , , [ 12.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D35", , @scale , , [ 12.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E35", , @scale , , [ 12.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F35", , @scale , , [ 12.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G35", , @scale , , [ 12.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H35", , @scale , , [ 12.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J35", , @scale , , [ 12.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K35", , @scale , , [ 12.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L35", , @scale , , [ 12.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M35", , @scale , , [ 12.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N35", , @scale , , [ 12.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P35", , @scale , , [ 12.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R35", , @scale , , [ 12.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T35", , @scale , , [ 12.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U35", , @scale , , [ 12.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V35", , @scale , , [ 12.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W35", , @scale , , [ 12.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y35", , @scale , , [ 12.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA35", , @scale , , [ 12.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB35", , @scale , , [ 12.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC35, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC35", , @scale , , [ 12.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #13/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B36", , @scale , , [ 13.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C36", , @scale , , [ 13.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D36", , @scale , , [ 13.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E36", , @scale , , [ 13.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F36", , @scale , , [ 13.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G36", , @scale , , [ 13.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H36", , @scale , , [ 13.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J36", , @scale , , [ 13.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K36", , @scale , , [ 13.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L36", , @scale , , [ 13.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M36", , @scale , , [ 13.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N36", , @scale , , [ 13.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P36", , @scale , , [ 13.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R36", , @scale , , [ 13.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T36", , @scale , , [ 13.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U36", , @scale , , [ 13.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V36", , @scale , , [ 13.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W36", , @scale , , [ 13.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y36", , @scale , , [ 13.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA36", , @scale , , [ 13.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB36", , @scale , , [ 13.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC36, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC36", , @scale , , [ 13.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #14/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B37", , @scale , , [ 14.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C37", , @scale , , [ 14.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D37", , @scale , , [ 14.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E37", , @scale , , [ 14.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F37", , @scale , , [ 14.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G37", , @scale , , [ 14.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H37", , @scale , , [ 14.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J37", , @scale , , [ 14.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K37", , @scale , , [ 14.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L37", , @scale , , [ 14.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M37", , @scale , , [ 14.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N37", , @scale , , [ 14.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P37", , @scale , , [ 14.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R37", , @scale , , [ 14.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T37", , @scale , , [ 14.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U37", , @scale , , [ 14.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V37", , @scale , , [ 14.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W37", , @scale , , [ 14.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y37", , @scale , , [ 14.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA37", , @scale , , [ 14.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB37", , @scale , , [ 14.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC37, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC37", , @scale , , [ 14.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #15/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B38", , @scale , , [ 15.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C38", , @scale , , [ 15.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D38", , @scale , , [ 15.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E38", , @scale , , [ 15.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F38", , @scale , , [ 15.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G38", , @scale , , [ 15.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H38", , @scale , , [ 15.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J38", , @scale , , [ 15.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K38", , @scale , , [ 15.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L38", , @scale , , [ 15.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M38", , @scale , , [ 15.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N38", , @scale , , [ 15.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P38", , @scale , , [ 15.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R38", , @scale , , [ 15.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T38", , @scale , , [ 15.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U38", , @scale , , [ 15.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V38", , @scale , , [ 15.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W38", , @scale , , [ 15.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y38", , @scale , , [ 15.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA38", , @scale , , [ 15.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB38", , @scale , , [ 15.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC38, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC38", , @scale , , [ 15.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #16/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B39", , @scale , , [ 16.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C39", , @scale , , [ 16.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D39", , @scale , , [ 16.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E39", , @scale , , [ 16.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F39", , @scale , , [ 16.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G39", , @scale , , [ 16.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H39", , @scale , , [ 16.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J39", , @scale , , [ 16.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K39", , @scale , , [ 16.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L39", , @scale , , [ 16.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M39", , @scale , , [ 16.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N39", , @scale , , [ 16.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P39", , @scale , , [ 16.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R39", , @scale , , [ 16.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T39", , @scale , , [ 16.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U39", , @scale , , [ 16.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V39", , @scale , , [ 16.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W39", , @scale , , [ 16.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y39", , @scale , , [ 16.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA39", , @scale , , [ 16.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB39", , @scale , , [ 16.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC39, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC39", , @scale , , [ 16.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #17/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B40", , @scale , , [ 17.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C40", , @scale , , [ 17.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D40", , @scale , , [ 17.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E40", , @scale , , [ 17.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F40", , @scale , , [ 17.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G40", , @scale , , [ 17.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H40", , @scale , , [ 17.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J40", , @scale , , [ 17.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K40", , @scale , , [ 17.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L40", , @scale , , [ 17.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M40", , @scale , , [ 17.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N40", , @scale , , [ 17.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P40", , @scale , , [ 17.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R40", , @scale , , [ 17.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T40", , @scale , , [ 17.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U40", , @scale , , [ 17.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V40", , @scale , , [ 17.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W40", , @scale , , [ 17.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y40", , @scale , , [ 17.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA40", , @scale , , [ 17.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB40", , @scale , , [ 17.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC40, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC40", , @scale , , [ 17.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #18/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B41", , @scale , , [ 18.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C41", , @scale , , [ 18.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D41", , @scale , , [ 18.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E41", , @scale , , [ 18.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F41", , @scale , , [ 18.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G41", , @scale , , [ 18.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H41", , @scale , , [ 18.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J41", , @scale , , [ 18.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K41", , @scale , , [ 18.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L41", , @scale , , [ 18.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M41", , @scale , , [ 18.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N41", , @scale , , [ 18.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P41", , @scale , , [ 18.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R41", , @scale , , [ 18.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T41", , @scale , , [ 18.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U41", , @scale , , [ 18.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V41", , @scale , , [ 18.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W41", , @scale , , [ 18.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y41", , @scale , , [ 18.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA41", , @scale , , [ 18.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB41", , @scale , , [ 18.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC41, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC41", , @scale , , [ 18.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #19/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B42", , @scale , , [ 19.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C42", , @scale , , [ 19.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D42", , @scale , , [ 19.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E42", , @scale , , [ 19.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F42", , @scale , , [ 19.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G42", , @scale , , [ 19.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H42", , @scale , , [ 19.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J42", , @scale , , [ 19.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K42", , @scale , , [ 19.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L42", , @scale , , [ 19.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M42", , @scale , , [ 19.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N42", , @scale , , [ 19.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P42", , @scale , , [ 19.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R42", , @scale , , [ 19.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T42", , @scale , , [ 19.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U42", , @scale , , [ 19.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V42", , @scale , , [ 19.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W42", , @scale , , [ 19.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y42", , @scale , , [ 19.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA42", , @scale , , [ 19.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB42", , @scale , , [ 19.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC42, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC42", , @scale , , [ 19.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #20/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B43", , @scale , , [ 20.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C43", , @scale , , [ 20.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D43", , @scale , , [ 20.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E43", , @scale , , [ 20.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F43", , @scale , , [ 20.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G43", , @scale , , [ 20.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H43", , @scale , , [ 20.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J43", , @scale , , [ 20.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K43", , @scale , , [ 20.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L43", , @scale , , [ 20.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M43", , @scale , , [ 20.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N43", , @scale , , [ 20.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P43", , @scale , , [ 20.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R43", , @scale , , [ 20.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T43", , @scale , , [ 20.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U43", , @scale , , [ 20.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V43", , @scale , , [ 20.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W43", , @scale , , [ 20.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y43", , @scale , , [ 20.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA43", , @scale , , [ 20.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB43", , @scale , , [ 20.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC43, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC43", , @scale , , [ 20.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #21/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B44", , @scale , , [ 21.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C44", , @scale , , [ 21.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D44", , @scale , , [ 21.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E44", , @scale , , [ 21.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F44", , @scale , , [ 21.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G44", , @scale , , [ 21.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H44", , @scale , , [ 21.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J44", , @scale , , [ 21.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K44", , @scale , , [ 21.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L44", , @scale , , [ 21.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M44", , @scale , , [ 21.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N44", , @scale , , [ 21.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P44", , @scale , , [ 21.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R44", , @scale , , [ 21.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T44", , @scale , , [ 21.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U44", , @scale , , [ 21.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V44", , @scale , , [ 21.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W44", , @scale , , [ 21.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y44", , @scale , , [ 21.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA44", , @scale , , [ 21.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB44", , @scale , , [ 21.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC44, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC44", , @scale , , [ 21.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #22/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 26-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "B45", , @scale , , [ 22.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C45", , @scale , , [ 22.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D45", , @scale , , [ 22.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E45", , @scale , , [ 22.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F45", , @scale , , [ 22.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G45", , @scale , , [ 22.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H45", , @scale , , [ 22.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J45", , @scale , , [ 22.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K45", , @scale , , [ 22.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L45", , @scale , , [ 22.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M45", , @scale , , [ 22.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N45", , @scale , , [ 22.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P45", , @scale , , [ 22.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R45", , @scale , , [ 22.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T45", , @scale , , [ 22.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U45", , @scale , , [ 22.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V45", , @scale , , [ 22.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W45", , @scale , , [ 22.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y45", , @scale , , [ 22.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA45", , @scale , , [ 22.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB45", , @scale , , [ 22.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC45, BGA_2104_PAD_LONG_VIA_NE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC45", , @scale , , [ 22.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #1/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B2", , @scale , , [ -22.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C2", , @scale , , [ -22.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D2", , @scale , , [ -22.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E2", , @scale , , [ -22.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F2", , @scale , , [ -22.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G2", , @scale , , [ -22.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H2", , @scale , , [ -22.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J2", , @scale , , [ -22.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K2", , @scale , , [ -22.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L2", , @scale , , [ -22.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M2", , @scale , , [ -22.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N2", , @scale , , [ -22.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P2", , @scale , , [ -22.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R2", , @scale , , [ -22.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T2", , @scale , , [ -22.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U2", , @scale , , [ -22.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V2", , @scale , , [ -22.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W2", , @scale , , [ -22.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y2", , @scale , , [ -22.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA2", , @scale , , [ -22.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB2", , @scale , , [ -22.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC2, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC2", , @scale , , [ -22.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #2/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B3", , @scale , , [ -21.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C3", , @scale , , [ -21.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D3", , @scale , , [ -21.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E3", , @scale , , [ -21.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F3", , @scale , , [ -21.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G3", , @scale , , [ -21.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H3", , @scale , , [ -21.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J3", , @scale , , [ -21.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K3", , @scale , , [ -21.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L3", , @scale , , [ -21.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M3", , @scale , , [ -21.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N3", , @scale , , [ -21.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P3", , @scale , , [ -21.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R3", , @scale , , [ -21.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T3", , @scale , , [ -21.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U3", , @scale , , [ -21.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V3", , @scale , , [ -21.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W3", , @scale , , [ -21.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y3", , @scale , , [ -21.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA3", , @scale , , [ -21.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB3", , @scale , , [ -21.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC3, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC3", , @scale , , [ -21.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #3/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B4", , @scale , , [ -20.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C4", , @scale , , [ -20.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D4", , @scale , , [ -20.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E4", , @scale , , [ -20.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F4", , @scale , , [ -20.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G4", , @scale , , [ -20.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H4", , @scale , , [ -20.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J4", , @scale , , [ -20.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K4", , @scale , , [ -20.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L4", , @scale , , [ -20.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M4", , @scale , , [ -20.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N4", , @scale , , [ -20.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P4", , @scale , , [ -20.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R4", , @scale , , [ -20.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T4", , @scale , , [ -20.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U4", , @scale , , [ -20.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V4", , @scale , , [ -20.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W4", , @scale , , [ -20.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y4", , @scale , , [ -20.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA4", , @scale , , [ -20.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB4", , @scale , , [ -20.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC4, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC4", , @scale , , [ -20.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #4/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B5", , @scale , , [ -19.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C5", , @scale , , [ -19.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D5", , @scale , , [ -19.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E5", , @scale , , [ -19.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F5", , @scale , , [ -19.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G5", , @scale , , [ -19.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H5", , @scale , , [ -19.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J5", , @scale , , [ -19.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K5", , @scale , , [ -19.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L5", , @scale , , [ -19.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M5", , @scale , , [ -19.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N5", , @scale , , [ -19.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P5", , @scale , , [ -19.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R5", , @scale , , [ -19.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T5", , @scale , , [ -19.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U5", , @scale , , [ -19.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V5", , @scale , , [ -19.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W5", , @scale , , [ -19.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y5", , @scale , , [ -19.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA5", , @scale , , [ -19.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB5", , @scale , , [ -19.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC5, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC5", , @scale , , [ -19.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #5/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B6", , @scale , , [ -18.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C6", , @scale , , [ -18.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D6", , @scale , , [ -18.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E6", , @scale , , [ -18.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F6", , @scale , , [ -18.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G6", , @scale , , [ -18.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H6", , @scale , , [ -18.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J6", , @scale , , [ -18.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K6", , @scale , , [ -18.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L6", , @scale , , [ -18.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M6", , @scale , , [ -18.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N6", , @scale , , [ -18.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P6", , @scale , , [ -18.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R6", , @scale , , [ -18.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T6", , @scale , , [ -18.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U6", , @scale , , [ -18.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V6", , @scale , , [ -18.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W6", , @scale , , [ -18.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y6", , @scale , , [ -18.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA6", , @scale , , [ -18.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB6", , @scale , , [ -18.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC6, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC6", , @scale , , [ -18.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #6/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B7", , @scale , , [ -17.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C7", , @scale , , [ -17.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D7", , @scale , , [ -17.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E7", , @scale , , [ -17.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F7", , @scale , , [ -17.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G7", , @scale , , [ -17.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H7", , @scale , , [ -17.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J7", , @scale , , [ -17.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K7", , @scale , , [ -17.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L7", , @scale , , [ -17.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M7", , @scale , , [ -17.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N7", , @scale , , [ -17.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P7", , @scale , , [ -17.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R7", , @scale , , [ -17.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T7", , @scale , , [ -17.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U7", , @scale , , [ -17.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V7", , @scale , , [ -17.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W7", , @scale , , [ -17.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y7", , @scale , , [ -17.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA7", , @scale , , [ -17.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB7", , @scale , , [ -17.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC7, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC7", , @scale , , [ -17.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #7/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B8", , @scale , , [ -16.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C8", , @scale , , [ -16.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D8", , @scale , , [ -16.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E8", , @scale , , [ -16.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F8", , @scale , , [ -16.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G8", , @scale , , [ -16.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H8", , @scale , , [ -16.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J8", , @scale , , [ -16.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K8", , @scale , , [ -16.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L8", , @scale , , [ -16.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M8", , @scale , , [ -16.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N8", , @scale , , [ -16.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P8", , @scale , , [ -16.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R8", , @scale , , [ -16.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T8", , @scale , , [ -16.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U8", , @scale , , [ -16.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V8", , @scale , , [ -16.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W8", , @scale , , [ -16.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y8", , @scale , , [ -16.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA8", , @scale , , [ -16.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB8", , @scale , , [ -16.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC8, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC8", , @scale , , [ -16.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #8/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B9", , @scale , , [ -15.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C9", , @scale , , [ -15.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D9", , @scale , , [ -15.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E9", , @scale , , [ -15.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F9", , @scale , , [ -15.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G9", , @scale , , [ -15.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H9", , @scale , , [ -15.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J9", , @scale , , [ -15.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K9", , @scale , , [ -15.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L9", , @scale , , [ -15.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M9", , @scale , , [ -15.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N9", , @scale , , [ -15.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P9", , @scale , , [ -15.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R9", , @scale , , [ -15.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T9", , @scale , , [ -15.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U9", , @scale , , [ -15.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V9", , @scale , , [ -15.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W9", , @scale , , [ -15.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y9", , @scale , , [ -15.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA9", , @scale , , [ -15.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB9", , @scale , , [ -15.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC9, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC9", , @scale , , [ -15.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #9/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B10", , @scale , , [ -14.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C10", , @scale , , [ -14.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D10", , @scale , , [ -14.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E10", , @scale , , [ -14.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F10", , @scale , , [ -14.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G10", , @scale , , [ -14.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H10", , @scale , , [ -14.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J10", , @scale , , [ -14.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K10", , @scale , , [ -14.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L10", , @scale , , [ -14.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M10", , @scale , , [ -14.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N10", , @scale , , [ -14.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P10", , @scale , , [ -14.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R10", , @scale , , [ -14.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T10", , @scale , , [ -14.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U10", , @scale , , [ -14.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V10", , @scale , , [ -14.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W10", , @scale , , [ -14.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y10", , @scale , , [ -14.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA10", , @scale , , [ -14.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB10", , @scale , , [ -14.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC10, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC10", , @scale , , [ -14.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #10/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B11", , @scale , , [ -13.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C11", , @scale , , [ -13.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D11", , @scale , , [ -13.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E11", , @scale , , [ -13.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F11", , @scale , , [ -13.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G11", , @scale , , [ -13.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H11", , @scale , , [ -13.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J11", , @scale , , [ -13.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K11", , @scale , , [ -13.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L11", , @scale , , [ -13.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M11", , @scale , , [ -13.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N11", , @scale , , [ -13.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P11", , @scale , , [ -13.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R11", , @scale , , [ -13.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T11", , @scale , , [ -13.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U11", , @scale , , [ -13.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V11", , @scale , , [ -13.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W11", , @scale , , [ -13.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y11", , @scale , , [ -13.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA11", , @scale , , [ -13.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB11", , @scale , , [ -13.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC11, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC11", , @scale , , [ -13.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #11/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B12", , @scale , , [ -12.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C12", , @scale , , [ -12.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D12", , @scale , , [ -12.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E12", , @scale , , [ -12.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F12", , @scale , , [ -12.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G12", , @scale , , [ -12.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H12", , @scale , , [ -12.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J12", , @scale , , [ -12.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K12", , @scale , , [ -12.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L12", , @scale , , [ -12.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M12", , @scale , , [ -12.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N12", , @scale , , [ -12.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P12", , @scale , , [ -12.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R12", , @scale , , [ -12.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T12", , @scale , , [ -12.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U12", , @scale , , [ -12.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V12", , @scale , , [ -12.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W12", , @scale , , [ -12.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y12", , @scale , , [ -12.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA12", , @scale , , [ -12.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB12", , @scale , , [ -12.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC12, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC12", , @scale , , [ -12.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #12/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B13", , @scale , , [ -11.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C13", , @scale , , [ -11.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D13", , @scale , , [ -11.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E13", , @scale , , [ -11.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F13", , @scale , , [ -11.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G13", , @scale , , [ -11.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H13", , @scale , , [ -11.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J13", , @scale , , [ -11.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K13", , @scale , , [ -11.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L13", , @scale , , [ -11.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M13", , @scale , , [ -11.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N13", , @scale , , [ -11.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P13", , @scale , , [ -11.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R13", , @scale , , [ -11.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T13", , @scale , , [ -11.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U13", , @scale , , [ -11.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V13", , @scale , , [ -11.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W13", , @scale , , [ -11.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y13", , @scale , , [ -11.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA13", , @scale , , [ -11.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB13", , @scale , , [ -11.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC13, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC13", , @scale , , [ -11.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #13/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B14", , @scale , , [ -10.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C14", , @scale , , [ -10.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D14", , @scale , , [ -10.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E14", , @scale , , [ -10.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F14", , @scale , , [ -10.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G14", , @scale , , [ -10.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H14", , @scale , , [ -10.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J14", , @scale , , [ -10.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K14", , @scale , , [ -10.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L14", , @scale , , [ -10.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M14", , @scale , , [ -10.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N14", , @scale , , [ -10.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P14", , @scale , , [ -10.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R14", , @scale , , [ -10.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T14", , @scale , , [ -10.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U14", , @scale , , [ -10.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V14", , @scale , , [ -10.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W14", , @scale , , [ -10.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y14", , @scale , , [ -10.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA14", , @scale , , [ -10.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB14", , @scale , , [ -10.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC14, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC14", , @scale , , [ -10.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:40 2016 // MIGT> begin substituting from -- instance #14/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B15", , @scale , , [ -9.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C15", , @scale , , [ -9.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D15", , @scale , , [ -9.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E15", , @scale , , [ -9.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F15", , @scale , , [ -9.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G15", , @scale , , [ -9.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H15", , @scale , , [ -9.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J15", , @scale , , [ -9.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K15", , @scale , , [ -9.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L15", , @scale , , [ -9.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M15", , @scale , , [ -9.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N15", , @scale , , [ -9.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P15", , @scale , , [ -9.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R15", , @scale , , [ -9.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T15", , @scale , , [ -9.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U15", , @scale , , [ -9.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V15", , @scale , , [ -9.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W15", , @scale , , [ -9.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y15", , @scale , , [ -9.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA15", , @scale , , [ -9.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB15", , @scale , , [ -9.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC15, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC15", , @scale , , [ -9.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #15/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B16", , @scale , , [ -8.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C16", , @scale , , [ -8.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D16", , @scale , , [ -8.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E16", , @scale , , [ -8.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F16", , @scale , , [ -8.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G16", , @scale , , [ -8.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H16", , @scale , , [ -8.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J16", , @scale , , [ -8.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K16", , @scale , , [ -8.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L16", , @scale , , [ -8.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M16", , @scale , , [ -8.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N16", , @scale , , [ -8.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P16", , @scale , , [ -8.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R16", , @scale , , [ -8.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T16", , @scale , , [ -8.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U16", , @scale , , [ -8.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V16", , @scale , , [ -8.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W16", , @scale , , [ -8.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y16", , @scale , , [ -8.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA16", , @scale , , [ -8.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB16", , @scale , , [ -8.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC16, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC16", , @scale , , [ -8.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #16/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B17", , @scale , , [ -7.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C17", , @scale , , [ -7.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D17", , @scale , , [ -7.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E17", , @scale , , [ -7.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F17", , @scale , , [ -7.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G17", , @scale , , [ -7.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H17", , @scale , , [ -7.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J17", , @scale , , [ -7.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K17", , @scale , , [ -7.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L17", , @scale , , [ -7.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M17", , @scale , , [ -7.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N17", , @scale , , [ -7.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P17", , @scale , , [ -7.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R17", , @scale , , [ -7.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T17", , @scale , , [ -7.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U17", , @scale , , [ -7.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V17", , @scale , , [ -7.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W17", , @scale , , [ -7.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y17", , @scale , , [ -7.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA17", , @scale , , [ -7.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB17", , @scale , , [ -7.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC17, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC17", , @scale , , [ -7.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #17/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B18", , @scale , , [ -6.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C18", , @scale , , [ -6.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D18", , @scale , , [ -6.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E18", , @scale , , [ -6.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F18", , @scale , , [ -6.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G18", , @scale , , [ -6.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H18", , @scale , , [ -6.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J18", , @scale , , [ -6.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K18", , @scale , , [ -6.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L18", , @scale , , [ -6.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M18", , @scale , , [ -6.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N18", , @scale , , [ -6.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P18", , @scale , , [ -6.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R18", , @scale , , [ -6.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T18", , @scale , , [ -6.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U18", , @scale , , [ -6.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V18", , @scale , , [ -6.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W18", , @scale , , [ -6.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y18", , @scale , , [ -6.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA18", , @scale , , [ -6.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB18", , @scale , , [ -6.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC18, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC18", , @scale , , [ -6.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #18/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B19", , @scale , , [ -5.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C19", , @scale , , [ -5.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D19", , @scale , , [ -5.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E19", , @scale , , [ -5.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F19", , @scale , , [ -5.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G19", , @scale , , [ -5.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H19", , @scale , , [ -5.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J19", , @scale , , [ -5.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K19", , @scale , , [ -5.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L19", , @scale , , [ -5.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M19", , @scale , , [ -5.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N19", , @scale , , [ -5.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P19", , @scale , , [ -5.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R19", , @scale , , [ -5.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T19", , @scale , , [ -5.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U19", , @scale , , [ -5.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V19", , @scale , , [ -5.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W19", , @scale , , [ -5.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y19", , @scale , , [ -5.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA19", , @scale , , [ -5.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB19", , @scale , , [ -5.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC19, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC19", , @scale , , [ -5.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #19/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B20", , @scale , , [ -4.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C20", , @scale , , [ -4.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D20", , @scale , , [ -4.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E20", , @scale , , [ -4.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F20", , @scale , , [ -4.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G20", , @scale , , [ -4.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H20", , @scale , , [ -4.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J20", , @scale , , [ -4.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K20", , @scale , , [ -4.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L20", , @scale , , [ -4.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M20", , @scale , , [ -4.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N20", , @scale , , [ -4.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P20", , @scale , , [ -4.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R20", , @scale , , [ -4.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T20", , @scale , , [ -4.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U20", , @scale , , [ -4.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V20", , @scale , , [ -4.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W20", , @scale , , [ -4.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y20", , @scale , , [ -4.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA20", , @scale , , [ -4.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB20", , @scale , , [ -4.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC20, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC20", , @scale , , [ -4.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #20/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B21", , @scale , , [ -3.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C21", , @scale , , [ -3.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D21", , @scale , , [ -3.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E21", , @scale , , [ -3.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F21", , @scale , , [ -3.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G21", , @scale , , [ -3.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H21", , @scale , , [ -3.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J21", , @scale , , [ -3.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K21", , @scale , , [ -3.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L21", , @scale , , [ -3.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M21", , @scale , , [ -3.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N21", , @scale , , [ -3.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P21", , @scale , , [ -3.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R21", , @scale , , [ -3.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T21", , @scale , , [ -3.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U21", , @scale , , [ -3.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V21", , @scale , , [ -3.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W21", , @scale , , [ -3.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y21", , @scale , , [ -3.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA21", , @scale , , [ -3.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB21", , @scale , , [ -3.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC21, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC21", , @scale , , [ -3.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #21/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B22", , @scale , , [ -2.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C22", , @scale , , [ -2.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D22", , @scale , , [ -2.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E22", , @scale , , [ -2.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F22", , @scale , , [ -2.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G22", , @scale , , [ -2.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H22", , @scale , , [ -2.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J22", , @scale , , [ -2.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K22", , @scale , , [ -2.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L22", , @scale , , [ -2.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M22", , @scale , , [ -2.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N22", , @scale , , [ -2.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P22", , @scale , , [ -2.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R22", , @scale , , [ -2.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T22", , @scale , , [ -2.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U22", , @scale , , [ -2.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V22", , @scale , , [ -2.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W22", , @scale , , [ -2.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y22", , @scale , , [ -2.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA22", , @scale , , [ -2.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB22", , @scale , , [ -2.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC22, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC22", , @scale , , [ -2.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #22/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# NW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "B23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "B23", , @scale , , [ -1.0, 22.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C23", , @scale , , [ -1.0, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D23", , @scale , , [ -1.0, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E23", , @scale , , [ -1.0, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F23", , @scale , , [ -1.0, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G23", , @scale , , [ -1.0, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H23", , @scale , , [ -1.0, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J23", , @scale , , [ -1.0, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K23", , @scale , , [ -1.0, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L23", , @scale , , [ -1.0, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M23", , @scale , , [ -1.0, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N23", , @scale , , [ -1.0, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P23", , @scale , , [ -1.0, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R23", , @scale , , [ -1.0, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T23", , @scale , , [ -1.0, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U23", , @scale , , [ -1.0, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V23", , @scale , , [ -1.0, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W23", , @scale , , [ -1.0, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y23", , @scale , , [ -1.0, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA23", , @scale , , [ -1.0, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB23", , @scale , , [ -1.0, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC23, BGA_2104_PAD_LONG_VIA_NW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC23", , @scale , , [ -1.0, 1.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #1/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD2", , @scale , , [ -22.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE2", , @scale , , [ -22.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF2", , @scale , , [ -22.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG2", , @scale , , [ -22.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH2", , @scale , , [ -22.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ2", , @scale , , [ -22.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK2", , @scale , , [ -22.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL2", , @scale , , [ -22.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM2", , @scale , , [ -22.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN2", , @scale , , [ -22.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP2", , @scale , , [ -22.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR2", , @scale , , [ -22.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT2", , @scale , , [ -22.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU2", , @scale , , [ -22.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV2", , @scale , , [ -22.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW2", , @scale , , [ -22.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY2", , @scale , , [ -22.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA2", , @scale , , [ -22.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB2", , @scale , , [ -22.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC2", , @scale , , [ -22.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD2", , @scale , , [ -22.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE2, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE2", , @scale , , [ -22.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #2/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD3", , @scale , , [ -21.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE3", , @scale , , [ -21.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF3", , @scale , , [ -21.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG3", , @scale , , [ -21.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH3", , @scale , , [ -21.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ3", , @scale , , [ -21.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK3", , @scale , , [ -21.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL3", , @scale , , [ -21.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM3", , @scale , , [ -21.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN3", , @scale , , [ -21.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP3", , @scale , , [ -21.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR3", , @scale , , [ -21.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT3", , @scale , , [ -21.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU3", , @scale , , [ -21.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV3", , @scale , , [ -21.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW3", , @scale , , [ -21.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY3", , @scale , , [ -21.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA3", , @scale , , [ -21.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB3", , @scale , , [ -21.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC3", , @scale , , [ -21.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD3", , @scale , , [ -21.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE3, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE3", , @scale , , [ -21.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #3/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD4", , @scale , , [ -20.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE4", , @scale , , [ -20.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF4", , @scale , , [ -20.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG4", , @scale , , [ -20.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH4", , @scale , , [ -20.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ4", , @scale , , [ -20.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK4", , @scale , , [ -20.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL4", , @scale , , [ -20.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM4", , @scale , , [ -20.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN4", , @scale , , [ -20.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP4", , @scale , , [ -20.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR4", , @scale , , [ -20.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT4", , @scale , , [ -20.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU4", , @scale , , [ -20.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV4", , @scale , , [ -20.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW4", , @scale , , [ -20.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY4", , @scale , , [ -20.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA4", , @scale , , [ -20.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB4", , @scale , , [ -20.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC4", , @scale , , [ -20.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD4", , @scale , , [ -20.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE4, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE4", , @scale , , [ -20.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #4/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD5", , @scale , , [ -19.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE5", , @scale , , [ -19.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF5", , @scale , , [ -19.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG5", , @scale , , [ -19.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH5", , @scale , , [ -19.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ5", , @scale , , [ -19.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK5", , @scale , , [ -19.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL5", , @scale , , [ -19.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM5", , @scale , , [ -19.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN5", , @scale , , [ -19.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP5", , @scale , , [ -19.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR5", , @scale , , [ -19.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT5", , @scale , , [ -19.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU5", , @scale , , [ -19.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV5", , @scale , , [ -19.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW5", , @scale , , [ -19.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY5", , @scale , , [ -19.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA5", , @scale , , [ -19.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB5", , @scale , , [ -19.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC5", , @scale , , [ -19.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD5", , @scale , , [ -19.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE5, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE5", , @scale , , [ -19.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #5/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD6", , @scale , , [ -18.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE6", , @scale , , [ -18.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF6", , @scale , , [ -18.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG6", , @scale , , [ -18.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH6", , @scale , , [ -18.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ6", , @scale , , [ -18.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK6", , @scale , , [ -18.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL6", , @scale , , [ -18.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM6", , @scale , , [ -18.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN6", , @scale , , [ -18.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP6", , @scale , , [ -18.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR6", , @scale , , [ -18.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT6", , @scale , , [ -18.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU6", , @scale , , [ -18.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV6", , @scale , , [ -18.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW6", , @scale , , [ -18.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY6", , @scale , , [ -18.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA6", , @scale , , [ -18.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB6", , @scale , , [ -18.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC6", , @scale , , [ -18.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD6", , @scale , , [ -18.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE6, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE6", , @scale , , [ -18.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #6/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD7", , @scale , , [ -17.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE7", , @scale , , [ -17.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF7", , @scale , , [ -17.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG7", , @scale , , [ -17.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH7", , @scale , , [ -17.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ7", , @scale , , [ -17.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK7", , @scale , , [ -17.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL7", , @scale , , [ -17.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM7", , @scale , , [ -17.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN7", , @scale , , [ -17.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP7", , @scale , , [ -17.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR7", , @scale , , [ -17.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT7", , @scale , , [ -17.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU7", , @scale , , [ -17.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV7", , @scale , , [ -17.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW7", , @scale , , [ -17.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY7", , @scale , , [ -17.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA7", , @scale , , [ -17.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB7", , @scale , , [ -17.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC7", , @scale , , [ -17.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD7", , @scale , , [ -17.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE7, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE7", , @scale , , [ -17.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #7/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD8", , @scale , , [ -16.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE8", , @scale , , [ -16.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF8", , @scale , , [ -16.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG8", , @scale , , [ -16.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH8", , @scale , , [ -16.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ8", , @scale , , [ -16.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK8", , @scale , , [ -16.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL8", , @scale , , [ -16.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM8", , @scale , , [ -16.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN8", , @scale , , [ -16.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP8", , @scale , , [ -16.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR8", , @scale , , [ -16.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT8", , @scale , , [ -16.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU8", , @scale , , [ -16.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV8", , @scale , , [ -16.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW8", , @scale , , [ -16.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY8", , @scale , , [ -16.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA8", , @scale , , [ -16.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB8", , @scale , , [ -16.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC8", , @scale , , [ -16.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD8", , @scale , , [ -16.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE8, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE8", , @scale , , [ -16.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #8/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD9", , @scale , , [ -15.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE9", , @scale , , [ -15.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF9", , @scale , , [ -15.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG9", , @scale , , [ -15.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH9", , @scale , , [ -15.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ9", , @scale , , [ -15.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK9", , @scale , , [ -15.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL9", , @scale , , [ -15.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM9", , @scale , , [ -15.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN9", , @scale , , [ -15.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP9", , @scale , , [ -15.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR9", , @scale , , [ -15.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT9", , @scale , , [ -15.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU9", , @scale , , [ -15.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV9", , @scale , , [ -15.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW9", , @scale , , [ -15.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY9", , @scale , , [ -15.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA9", , @scale , , [ -15.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB9", , @scale , , [ -15.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC9", , @scale , , [ -15.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD9", , @scale , , [ -15.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE9, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE9", , @scale , , [ -15.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #9/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD10", , @scale , , [ -14.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE10", , @scale , , [ -14.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF10", , @scale , , [ -14.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG10", , @scale , , [ -14.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH10", , @scale , , [ -14.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ10", , @scale , , [ -14.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK10", , @scale , , [ -14.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL10", , @scale , , [ -14.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM10", , @scale , , [ -14.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN10", , @scale , , [ -14.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP10", , @scale , , [ -14.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR10", , @scale , , [ -14.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT10", , @scale , , [ -14.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU10", , @scale , , [ -14.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV10", , @scale , , [ -14.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW10", , @scale , , [ -14.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY10", , @scale , , [ -14.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA10", , @scale , , [ -14.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB10", , @scale , , [ -14.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC10", , @scale , , [ -14.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD10", , @scale , , [ -14.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE10, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE10", , @scale , , [ -14.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #10/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD11", , @scale , , [ -13.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE11", , @scale , , [ -13.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF11", , @scale , , [ -13.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG11", , @scale , , [ -13.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH11", , @scale , , [ -13.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ11", , @scale , , [ -13.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK11", , @scale , , [ -13.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL11", , @scale , , [ -13.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM11", , @scale , , [ -13.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN11", , @scale , , [ -13.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP11", , @scale , , [ -13.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR11", , @scale , , [ -13.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT11", , @scale , , [ -13.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU11", , @scale , , [ -13.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV11", , @scale , , [ -13.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW11", , @scale , , [ -13.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY11", , @scale , , [ -13.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA11", , @scale , , [ -13.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB11", , @scale , , [ -13.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC11", , @scale , , [ -13.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD11", , @scale , , [ -13.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE11, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE11", , @scale , , [ -13.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #11/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD12", , @scale , , [ -12.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE12", , @scale , , [ -12.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF12", , @scale , , [ -12.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG12", , @scale , , [ -12.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH12", , @scale , , [ -12.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ12", , @scale , , [ -12.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK12", , @scale , , [ -12.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL12", , @scale , , [ -12.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM12", , @scale , , [ -12.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN12", , @scale , , [ -12.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP12", , @scale , , [ -12.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR12", , @scale , , [ -12.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT12", , @scale , , [ -12.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU12", , @scale , , [ -12.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV12", , @scale , , [ -12.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW12", , @scale , , [ -12.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY12", , @scale , , [ -12.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA12", , @scale , , [ -12.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB12", , @scale , , [ -12.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC12", , @scale , , [ -12.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD12", , @scale , , [ -12.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE12, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE12", , @scale , , [ -12.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #12/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD13", , @scale , , [ -11.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE13", , @scale , , [ -11.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF13", , @scale , , [ -11.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG13", , @scale , , [ -11.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH13", , @scale , , [ -11.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ13", , @scale , , [ -11.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK13", , @scale , , [ -11.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL13", , @scale , , [ -11.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM13", , @scale , , [ -11.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN13", , @scale , , [ -11.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP13", , @scale , , [ -11.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR13", , @scale , , [ -11.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT13", , @scale , , [ -11.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU13", , @scale , , [ -11.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV13", , @scale , , [ -11.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW13", , @scale , , [ -11.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY13", , @scale , , [ -11.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA13", , @scale , , [ -11.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB13", , @scale , , [ -11.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC13", , @scale , , [ -11.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD13", , @scale , , [ -11.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE13, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE13", , @scale , , [ -11.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #13/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD14", , @scale , , [ -10.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE14", , @scale , , [ -10.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF14", , @scale , , [ -10.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG14", , @scale , , [ -10.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH14", , @scale , , [ -10.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ14", , @scale , , [ -10.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK14", , @scale , , [ -10.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL14", , @scale , , [ -10.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM14", , @scale , , [ -10.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN14", , @scale , , [ -10.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP14", , @scale , , [ -10.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR14", , @scale , , [ -10.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT14", , @scale , , [ -10.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU14", , @scale , , [ -10.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV14", , @scale , , [ -10.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW14", , @scale , , [ -10.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY14", , @scale , , [ -10.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA14", , @scale , , [ -10.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB14", , @scale , , [ -10.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC14", , @scale , , [ -10.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD14", , @scale , , [ -10.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE14, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE14", , @scale , , [ -10.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #14/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD15", , @scale , , [ -9.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE15", , @scale , , [ -9.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF15", , @scale , , [ -9.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG15", , @scale , , [ -9.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH15", , @scale , , [ -9.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ15", , @scale , , [ -9.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK15", , @scale , , [ -9.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL15", , @scale , , [ -9.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM15", , @scale , , [ -9.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN15", , @scale , , [ -9.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP15", , @scale , , [ -9.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR15", , @scale , , [ -9.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT15", , @scale , , [ -9.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU15", , @scale , , [ -9.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV15", , @scale , , [ -9.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW15", , @scale , , [ -9.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY15", , @scale , , [ -9.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA15", , @scale , , [ -9.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB15", , @scale , , [ -9.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC15", , @scale , , [ -9.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD15", , @scale , , [ -9.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE15, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE15", , @scale , , [ -9.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #15/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD16", , @scale , , [ -8.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE16", , @scale , , [ -8.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF16", , @scale , , [ -8.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG16", , @scale , , [ -8.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH16", , @scale , , [ -8.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ16", , @scale , , [ -8.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK16", , @scale , , [ -8.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL16", , @scale , , [ -8.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM16", , @scale , , [ -8.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN16", , @scale , , [ -8.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP16", , @scale , , [ -8.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR16", , @scale , , [ -8.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT16", , @scale , , [ -8.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU16", , @scale , , [ -8.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV16", , @scale , , [ -8.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW16", , @scale , , [ -8.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY16", , @scale , , [ -8.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA16", , @scale , , [ -8.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB16", , @scale , , [ -8.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC16", , @scale , , [ -8.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD16", , @scale , , [ -8.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE16, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE16", , @scale , , [ -8.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #16/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD17", , @scale , , [ -7.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE17", , @scale , , [ -7.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF17", , @scale , , [ -7.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG17", , @scale , , [ -7.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH17", , @scale , , [ -7.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ17", , @scale , , [ -7.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK17", , @scale , , [ -7.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL17", , @scale , , [ -7.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM17", , @scale , , [ -7.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN17", , @scale , , [ -7.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP17", , @scale , , [ -7.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR17", , @scale , , [ -7.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT17", , @scale , , [ -7.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU17", , @scale , , [ -7.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV17", , @scale , , [ -7.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW17", , @scale , , [ -7.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY17", , @scale , , [ -7.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA17", , @scale , , [ -7.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB17", , @scale , , [ -7.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC17", , @scale , , [ -7.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD17", , @scale , , [ -7.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE17, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE17", , @scale , , [ -7.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #17/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD18", , @scale , , [ -6.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE18", , @scale , , [ -6.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF18", , @scale , , [ -6.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG18", , @scale , , [ -6.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH18", , @scale , , [ -6.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ18", , @scale , , [ -6.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK18", , @scale , , [ -6.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL18", , @scale , , [ -6.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM18", , @scale , , [ -6.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN18", , @scale , , [ -6.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP18", , @scale , , [ -6.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR18", , @scale , , [ -6.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT18", , @scale , , [ -6.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU18", , @scale , , [ -6.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV18", , @scale , , [ -6.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW18", , @scale , , [ -6.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY18", , @scale , , [ -6.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA18", , @scale , , [ -6.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB18", , @scale , , [ -6.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC18", , @scale , , [ -6.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD18", , @scale , , [ -6.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE18, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE18", , @scale , , [ -6.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #18/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD19", , @scale , , [ -5.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE19", , @scale , , [ -5.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF19", , @scale , , [ -5.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG19", , @scale , , [ -5.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH19", , @scale , , [ -5.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ19", , @scale , , [ -5.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK19", , @scale , , [ -5.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL19", , @scale , , [ -5.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM19", , @scale , , [ -5.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN19", , @scale , , [ -5.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP19", , @scale , , [ -5.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR19", , @scale , , [ -5.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT19", , @scale , , [ -5.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU19", , @scale , , [ -5.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV19", , @scale , , [ -5.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW19", , @scale , , [ -5.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY19", , @scale , , [ -5.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA19", , @scale , , [ -5.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB19", , @scale , , [ -5.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC19", , @scale , , [ -5.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD19", , @scale , , [ -5.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE19, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE19", , @scale , , [ -5.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #19/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD20", , @scale , , [ -4.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE20", , @scale , , [ -4.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF20", , @scale , , [ -4.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG20", , @scale , , [ -4.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH20", , @scale , , [ -4.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ20", , @scale , , [ -4.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK20", , @scale , , [ -4.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL20", , @scale , , [ -4.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM20", , @scale , , [ -4.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN20", , @scale , , [ -4.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP20", , @scale , , [ -4.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR20", , @scale , , [ -4.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT20", , @scale , , [ -4.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU20", , @scale , , [ -4.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV20", , @scale , , [ -4.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW20", , @scale , , [ -4.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY20", , @scale , , [ -4.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA20", , @scale , , [ -4.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB20", , @scale , , [ -4.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC20", , @scale , , [ -4.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD20", , @scale , , [ -4.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE20, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE20", , @scale , , [ -4.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #20/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD21", , @scale , , [ -3.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE21", , @scale , , [ -3.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF21", , @scale , , [ -3.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG21", , @scale , , [ -3.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH21", , @scale , , [ -3.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ21", , @scale , , [ -3.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK21", , @scale , , [ -3.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL21", , @scale , , [ -3.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM21", , @scale , , [ -3.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN21", , @scale , , [ -3.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP21", , @scale , , [ -3.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR21", , @scale , , [ -3.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT21", , @scale , , [ -3.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU21", , @scale , , [ -3.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV21", , @scale , , [ -3.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW21", , @scale , , [ -3.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY21", , @scale , , [ -3.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA21", , @scale , , [ -3.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB21", , @scale , , [ -3.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC21", , @scale , , [ -3.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD21", , @scale , , [ -3.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE21, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE21", , @scale , , [ -3.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #21/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD22", , @scale , , [ -2.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE22", , @scale , , [ -2.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF22", , @scale , , [ -2.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG22", , @scale , , [ -2.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH22", , @scale , , [ -2.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ22", , @scale , , [ -2.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK22", , @scale , , [ -2.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL22", , @scale , , [ -2.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM22", , @scale , , [ -2.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN22", , @scale , , [ -2.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP22", , @scale , , [ -2.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR22", , @scale , , [ -2.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT22", , @scale , , [ -2.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU22", , @scale , , [ -2.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV22", , @scale , , [ -2.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW22", , @scale , , [ -2.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY22", , @scale , , [ -2.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA22", , @scale , , [ -2.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB22", , @scale , , [ -2.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC22", , @scale , , [ -2.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD22", , @scale , , [ -2.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE22, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE22", , @scale , , [ -2.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #22/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SW Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD23", , @scale , , [ -1.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE23", , @scale , , [ -1.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF23", , @scale , , [ -1.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG23", , @scale , , [ -1.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH23", , @scale , , [ -1.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ23", , @scale , , [ -1.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK23", , @scale , , [ -1.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL23", , @scale , , [ -1.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM23", , @scale , , [ -1.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN23", , @scale , , [ -1.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP23", , @scale , , [ -1.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR23", , @scale , , [ -1.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT23", , @scale , , [ -1.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU23", , @scale , , [ -1.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV23", , @scale , , [ -1.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW23", , @scale , , [ -1.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY23", , @scale , , [ -1.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA23", , @scale , , [ -1.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB23", , @scale , , [ -1.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC23", , @scale , , [ -1.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD23", , @scale , , [ -1.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE23, BGA_2104_PAD_LONG_VIA_SW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE23", , @scale , , [ -1.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #1/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD24", , @scale , , [ 1.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE24", , @scale , , [ 1.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF24", , @scale , , [ 1.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG24", , @scale , , [ 1.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH24", , @scale , , [ 1.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ24", , @scale , , [ 1.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK24", , @scale , , [ 1.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL24", , @scale , , [ 1.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM24", , @scale , , [ 1.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN24", , @scale , , [ 1.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP24", , @scale , , [ 1.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR24", , @scale , , [ 1.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT24", , @scale , , [ 1.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU24", , @scale , , [ 1.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV24", , @scale , , [ 1.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW24", , @scale , , [ 1.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY24", , @scale , , [ 1.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA24", , @scale , , [ 1.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB24", , @scale , , [ 1.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC24", , @scale , , [ 1.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD24", , @scale , , [ 1.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE24, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE24", , @scale , , [ 1.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #2/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD25", , @scale , , [ 2.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE25", , @scale , , [ 2.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF25", , @scale , , [ 2.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG25", , @scale , , [ 2.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH25", , @scale , , [ 2.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ25", , @scale , , [ 2.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK25", , @scale , , [ 2.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL25", , @scale , , [ 2.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM25", , @scale , , [ 2.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN25", , @scale , , [ 2.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP25", , @scale , , [ 2.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR25", , @scale , , [ 2.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT25", , @scale , , [ 2.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU25", , @scale , , [ 2.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV25", , @scale , , [ 2.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW25", , @scale , , [ 2.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY25", , @scale , , [ 2.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA25", , @scale , , [ 2.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB25", , @scale , , [ 2.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC25", , @scale , , [ 2.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD25", , @scale , , [ 2.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE25, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE25", , @scale , , [ 2.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #3/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD26", , @scale , , [ 3.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE26", , @scale , , [ 3.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF26", , @scale , , [ 3.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG26", , @scale , , [ 3.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH26", , @scale , , [ 3.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ26", , @scale , , [ 3.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK26", , @scale , , [ 3.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL26", , @scale , , [ 3.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM26", , @scale , , [ 3.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN26", , @scale , , [ 3.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP26", , @scale , , [ 3.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR26", , @scale , , [ 3.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT26", , @scale , , [ 3.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU26", , @scale , , [ 3.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV26", , @scale , , [ 3.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW26", , @scale , , [ 3.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY26", , @scale , , [ 3.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA26", , @scale , , [ 3.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB26", , @scale , , [ 3.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC26", , @scale , , [ 3.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD26", , @scale , , [ 3.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE26, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE26", , @scale , , [ 3.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #4/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD27", , @scale , , [ 4.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE27", , @scale , , [ 4.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF27", , @scale , , [ 4.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG27", , @scale , , [ 4.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH27", , @scale , , [ 4.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ27", , @scale , , [ 4.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK27", , @scale , , [ 4.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL27", , @scale , , [ 4.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM27", , @scale , , [ 4.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN27", , @scale , , [ 4.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP27", , @scale , , [ 4.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR27", , @scale , , [ 4.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT27", , @scale , , [ 4.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU27", , @scale , , [ 4.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV27", , @scale , , [ 4.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW27", , @scale , , [ 4.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY27", , @scale , , [ 4.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA27", , @scale , , [ 4.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB27", , @scale , , [ 4.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC27", , @scale , , [ 4.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD27", , @scale , , [ 4.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE27, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE27", , @scale , , [ 4.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #5/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD28", , @scale , , [ 5.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE28", , @scale , , [ 5.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF28", , @scale , , [ 5.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG28", , @scale , , [ 5.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH28", , @scale , , [ 5.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ28", , @scale , , [ 5.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK28", , @scale , , [ 5.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL28", , @scale , , [ 5.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM28", , @scale , , [ 5.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN28", , @scale , , [ 5.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP28", , @scale , , [ 5.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR28", , @scale , , [ 5.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT28", , @scale , , [ 5.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU28", , @scale , , [ 5.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV28", , @scale , , [ 5.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW28", , @scale , , [ 5.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY28", , @scale , , [ 5.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA28", , @scale , , [ 5.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB28", , @scale , , [ 5.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC28", , @scale , , [ 5.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD28", , @scale , , [ 5.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE28, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE28", , @scale , , [ 5.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:41 2016 // MIGT> begin substituting from -- instance #6/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD29", , @scale , , [ 6.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE29", , @scale , , [ 6.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF29", , @scale , , [ 6.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG29", , @scale , , [ 6.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH29", , @scale , , [ 6.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ29", , @scale , , [ 6.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK29", , @scale , , [ 6.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL29", , @scale , , [ 6.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM29", , @scale , , [ 6.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN29", , @scale , , [ 6.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP29", , @scale , , [ 6.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR29", , @scale , , [ 6.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT29", , @scale , , [ 6.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU29", , @scale , , [ 6.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV29", , @scale , , [ 6.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW29", , @scale , , [ 6.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY29", , @scale , , [ 6.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA29", , @scale , , [ 6.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB29", , @scale , , [ 6.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC29", , @scale , , [ 6.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD29", , @scale , , [ 6.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE29, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE29", , @scale , , [ 6.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #7/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD30", , @scale , , [ 7.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE30", , @scale , , [ 7.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF30", , @scale , , [ 7.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG30", , @scale , , [ 7.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH30", , @scale , , [ 7.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ30", , @scale , , [ 7.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK30", , @scale , , [ 7.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL30", , @scale , , [ 7.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM30", , @scale , , [ 7.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN30", , @scale , , [ 7.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP30", , @scale , , [ 7.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR30", , @scale , , [ 7.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT30", , @scale , , [ 7.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU30", , @scale , , [ 7.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV30", , @scale , , [ 7.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW30", , @scale , , [ 7.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY30", , @scale , , [ 7.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA30", , @scale , , [ 7.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB30", , @scale , , [ 7.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC30", , @scale , , [ 7.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD30", , @scale , , [ 7.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE30, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE30", , @scale , , [ 7.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #8/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD31", , @scale , , [ 8.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE31", , @scale , , [ 8.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF31", , @scale , , [ 8.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG31", , @scale , , [ 8.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH31", , @scale , , [ 8.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ31", , @scale , , [ 8.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK31", , @scale , , [ 8.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL31", , @scale , , [ 8.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM31", , @scale , , [ 8.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN31", , @scale , , [ 8.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP31", , @scale , , [ 8.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR31", , @scale , , [ 8.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT31", , @scale , , [ 8.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU31", , @scale , , [ 8.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV31", , @scale , , [ 8.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW31", , @scale , , [ 8.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY31", , @scale , , [ 8.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA31", , @scale , , [ 8.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB31", , @scale , , [ 8.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC31", , @scale , , [ 8.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD31", , @scale , , [ 8.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE31, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE31", , @scale , , [ 8.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #9/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD32", , @scale , , [ 9.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE32", , @scale , , [ 9.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF32", , @scale , , [ 9.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG32", , @scale , , [ 9.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH32", , @scale , , [ 9.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ32", , @scale , , [ 9.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK32", , @scale , , [ 9.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL32", , @scale , , [ 9.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM32", , @scale , , [ 9.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN32", , @scale , , [ 9.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP32", , @scale , , [ 9.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR32", , @scale , , [ 9.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT32", , @scale , , [ 9.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU32", , @scale , , [ 9.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV32", , @scale , , [ 9.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW32", , @scale , , [ 9.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY32", , @scale , , [ 9.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA32", , @scale , , [ 9.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB32", , @scale , , [ 9.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC32", , @scale , , [ 9.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD32", , @scale , , [ 9.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE32, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE32", , @scale , , [ 9.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #10/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD33", , @scale , , [ 10.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE33", , @scale , , [ 10.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF33", , @scale , , [ 10.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG33", , @scale , , [ 10.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH33", , @scale , , [ 10.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ33", , @scale , , [ 10.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK33", , @scale , , [ 10.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL33", , @scale , , [ 10.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM33", , @scale , , [ 10.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN33", , @scale , , [ 10.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP33", , @scale , , [ 10.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR33", , @scale , , [ 10.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT33", , @scale , , [ 10.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU33", , @scale , , [ 10.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV33", , @scale , , [ 10.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW33", , @scale , , [ 10.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY33", , @scale , , [ 10.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA33", , @scale , , [ 10.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB33", , @scale , , [ 10.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC33", , @scale , , [ 10.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD33", , @scale , , [ 10.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE33, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE33", , @scale , , [ 10.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #11/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD34", , @scale , , [ 11.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE34", , @scale , , [ 11.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF34", , @scale , , [ 11.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG34", , @scale , , [ 11.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH34", , @scale , , [ 11.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ34", , @scale , , [ 11.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK34", , @scale , , [ 11.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL34", , @scale , , [ 11.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM34", , @scale , , [ 11.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN34", , @scale , , [ 11.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP34", , @scale , , [ 11.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR34", , @scale , , [ 11.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT34", , @scale , , [ 11.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU34", , @scale , , [ 11.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV34", , @scale , , [ 11.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW34", , @scale , , [ 11.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY34", , @scale , , [ 11.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA34", , @scale , , [ 11.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB34", , @scale , , [ 11.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC34", , @scale , , [ 11.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD34", , @scale , , [ 11.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE34, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE34", , @scale , , [ 11.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #12/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD35", , @scale , , [ 12.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE35", , @scale , , [ 12.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF35", , @scale , , [ 12.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG35", , @scale , , [ 12.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH35", , @scale , , [ 12.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ35", , @scale , , [ 12.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK35", , @scale , , [ 12.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL35", , @scale , , [ 12.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM35", , @scale , , [ 12.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN35", , @scale , , [ 12.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP35", , @scale , , [ 12.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR35", , @scale , , [ 12.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT35", , @scale , , [ 12.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU35", , @scale , , [ 12.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV35", , @scale , , [ 12.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW35", , @scale , , [ 12.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY35", , @scale , , [ 12.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA35", , @scale , , [ 12.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB35", , @scale , , [ 12.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC35", , @scale , , [ 12.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD35", , @scale , , [ 12.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE35, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE35", , @scale , , [ 12.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #13/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD36", , @scale , , [ 13.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE36", , @scale , , [ 13.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF36", , @scale , , [ 13.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG36", , @scale , , [ 13.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH36", , @scale , , [ 13.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ36", , @scale , , [ 13.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK36", , @scale , , [ 13.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL36", , @scale , , [ 13.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM36", , @scale , , [ 13.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN36", , @scale , , [ 13.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP36", , @scale , , [ 13.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR36", , @scale , , [ 13.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT36", , @scale , , [ 13.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU36", , @scale , , [ 13.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV36", , @scale , , [ 13.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW36", , @scale , , [ 13.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY36", , @scale , , [ 13.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA36", , @scale , , [ 13.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB36", , @scale , , [ 13.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC36", , @scale , , [ 13.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD36", , @scale , , [ 13.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE36, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE36", , @scale , , [ 13.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #14/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD37", , @scale , , [ 14.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE37", , @scale , , [ 14.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF37", , @scale , , [ 14.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG37", , @scale , , [ 14.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH37", , @scale , , [ 14.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ37", , @scale , , [ 14.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK37", , @scale , , [ 14.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL37", , @scale , , [ 14.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM37", , @scale , , [ 14.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN37", , @scale , , [ 14.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP37", , @scale , , [ 14.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR37", , @scale , , [ 14.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT37", , @scale , , [ 14.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU37", , @scale , , [ 14.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV37", , @scale , , [ 14.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW37", , @scale , , [ 14.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY37", , @scale , , [ 14.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA37", , @scale , , [ 14.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB37", , @scale , , [ 14.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC37", , @scale , , [ 14.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD37", , @scale , , [ 14.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE37, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE37", , @scale , , [ 14.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #15/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD38", , @scale , , [ 15.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE38", , @scale , , [ 15.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF38", , @scale , , [ 15.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG38", , @scale , , [ 15.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH38", , @scale , , [ 15.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ38", , @scale , , [ 15.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK38", , @scale , , [ 15.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL38", , @scale , , [ 15.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM38", , @scale , , [ 15.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN38", , @scale , , [ 15.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP38", , @scale , , [ 15.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR38", , @scale , , [ 15.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT38", , @scale , , [ 15.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU38", , @scale , , [ 15.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV38", , @scale , , [ 15.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW38", , @scale , , [ 15.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY38", , @scale , , [ 15.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA38", , @scale , , [ 15.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB38", , @scale , , [ 15.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC38", , @scale , , [ 15.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD38", , @scale , , [ 15.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE38, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE38", , @scale , , [ 15.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #16/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD39", , @scale , , [ 16.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE39", , @scale , , [ 16.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF39", , @scale , , [ 16.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG39", , @scale , , [ 16.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH39", , @scale , , [ 16.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ39", , @scale , , [ 16.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK39", , @scale , , [ 16.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL39", , @scale , , [ 16.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM39", , @scale , , [ 16.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN39", , @scale , , [ 16.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP39", , @scale , , [ 16.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR39", , @scale , , [ 16.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT39", , @scale , , [ 16.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU39", , @scale , , [ 16.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV39", , @scale , , [ 16.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW39", , @scale , , [ 16.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY39", , @scale , , [ 16.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA39", , @scale , , [ 16.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB39", , @scale , , [ 16.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC39", , @scale , , [ 16.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD39", , @scale , , [ 16.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE39, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE39", , @scale , , [ 16.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #17/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD40", , @scale , , [ 17.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE40", , @scale , , [ 17.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF40", , @scale , , [ 17.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG40", , @scale , , [ 17.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH40", , @scale , , [ 17.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ40", , @scale , , [ 17.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK40", , @scale , , [ 17.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL40", , @scale , , [ 17.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM40", , @scale , , [ 17.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN40", , @scale , , [ 17.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP40", , @scale , , [ 17.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR40", , @scale , , [ 17.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT40", , @scale , , [ 17.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU40", , @scale , , [ 17.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV40", , @scale , , [ 17.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW40", , @scale , , [ 17.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY40", , @scale , , [ 17.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA40", , @scale , , [ 17.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB40", , @scale , , [ 17.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC40", , @scale , , [ 17.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD40", , @scale , , [ 17.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE40, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE40", , @scale , , [ 17.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #18/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD41", , @scale , , [ 18.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE41", , @scale , , [ 18.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF41", , @scale , , [ 18.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG41", , @scale , , [ 18.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH41", , @scale , , [ 18.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ41", , @scale , , [ 18.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK41", , @scale , , [ 18.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL41", , @scale , , [ 18.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM41", , @scale , , [ 18.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN41", , @scale , , [ 18.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP41", , @scale , , [ 18.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR41", , @scale , , [ 18.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT41", , @scale , , [ 18.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU41", , @scale , , [ 18.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV41", , @scale , , [ 18.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW41", , @scale , , [ 18.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY41", , @scale , , [ 18.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA41", , @scale , , [ 18.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB41", , @scale , , [ 18.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC41", , @scale , , [ 18.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD41", , @scale , , [ 18.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE41, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE41", , @scale , , [ 18.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #19/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD42", , @scale , , [ 19.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE42", , @scale , , [ 19.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF42", , @scale , , [ 19.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG42", , @scale , , [ 19.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH42", , @scale , , [ 19.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ42", , @scale , , [ 19.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK42", , @scale , , [ 19.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL42", , @scale , , [ 19.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM42", , @scale , , [ 19.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN42", , @scale , , [ 19.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP42", , @scale , , [ 19.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR42", , @scale , , [ 19.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT42", , @scale , , [ 19.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU42", , @scale , , [ 19.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV42", , @scale , , [ 19.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW42", , @scale , , [ 19.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY42", , @scale , , [ 19.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA42", , @scale , , [ 19.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB42", , @scale , , [ 19.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC42", , @scale , , [ 19.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD42", , @scale , , [ 19.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE42, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE42", , @scale , , [ 19.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #20/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD43", , @scale , , [ 20.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE43", , @scale , , [ 20.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF43", , @scale , , [ 20.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG43", , @scale , , [ 20.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH43", , @scale , , [ 20.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ43", , @scale , , [ 20.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK43", , @scale , , [ 20.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL43", , @scale , , [ 20.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM43", , @scale , , [ 20.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN43", , @scale , , [ 20.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP43", , @scale , , [ 20.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR43", , @scale , , [ 20.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT43", , @scale , , [ 20.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU43", , @scale , , [ 20.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV43", , @scale , , [ 20.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW43", , @scale , , [ 20.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY43", , @scale , , [ 20.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA43", , @scale , , [ 20.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB43", , @scale , , [ 20.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC43", , @scale , , [ 20.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD43", , @scale , , [ 20.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE43, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE43", , @scale , , [ 20.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #21/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD44", , @scale , , [ 21.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE44", , @scale , , [ 21.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF44", , @scale , , [ 21.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG44", , @scale , , [ 21.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH44", , @scale , , [ 21.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ44", , @scale , , [ 21.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK44", , @scale , , [ 21.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL44", , @scale , , [ 21.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM44", , @scale , , [ 21.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN44", , @scale , , [ 21.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP44", , @scale , , [ 21.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR44", , @scale , , [ 21.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT44", , @scale , , [ 21.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU44", , @scale , , [ 21.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV44", , @scale , , [ 21.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW44", , @scale , , [ 21.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY44", , @scale , , [ 21.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA44", , @scale , , [ 21.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB44", , @scale , , [ 21.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC44", , @scale , , [ 21.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD44", , @scale , , [ 21.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE44, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE44", , @scale , , [ 21.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // MIGT>---------------------------------------------- // MIGT> V1.0 -- Mon Aug 8 12:11:42 2016 // MIGT> begin substituting from -- instance #22/22 // MIGT>---------------------------------------------- //# //# //# This is the Multiple Instance Generator Tool //# Template file for the //# //# SE Quadrant of the FLVC 2104 BGA Mentor Geometry //# ------------------------------------------------------ //# //# //# Original Rev. 30-Aug-2015 //# Most Recent Rev. 27-Jan-2016 //# //# $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD45", , @scale , , [ 22.0, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE45", , @scale , , [ 22.0, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF45", , @scale , , [ 22.0, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG45", , @scale , , [ 22.0, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH45", , @scale , , [ 22.0, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ45", , @scale , , [ 22.0, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK45", , @scale , , [ 22.0, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL45", , @scale , , [ 22.0, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM45", , @scale , , [ 22.0, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN45", , @scale , , [ 22.0, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP45", , @scale , , [ 22.0, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR45", , @scale , , [ 22.0, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT45", , @scale , , [ 22.0, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU45", , @scale , , [ 22.0, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV45", , @scale , , [ 22.0, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW45", , @scale , , [ 22.0, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY45", , @scale , , [ 22.0, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA45", , @scale , , [ 22.0, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB45", , @scale , , [ 22.0, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC45", , @scale , , [ 22.0, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD45", , @scale , , [ 22.0, -21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BE45, BGA_2104_PAD_LONG_VIA_SE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BE45", , @scale , , [ 22.0, -22.00 ] ); // MIGT>---------------------------------------------- // MIGT> done substituting from // // FLVC2104 Rev 2 // // EAST Column Pin List // ----------------------- // // Original Rev. 27-Jan-2016 // Most Recent Rev. 27-Jan-2016 // // // This is the hand coded list of 42 pins across the // Top Row of the FLVC2104 geometry. // // These are pins: C46 through BD46 // // For now this is hand coded as all ENE or ESE // type pin/pad stacks. // // In the future we will likely need some of the // pin/pad stacks to be SMD Pas Only or // pin/pad stacks for high-speed differential signals. // $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "C46", , @scale , , [ 23.30, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "D46", , @scale , , [ 23.30, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "E46", , @scale , , [ 23.30, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "F46", , @scale , , [ 23.30, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "G46", , @scale , , [ 23.30, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "H46", , @scale , , [ 23.30, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "J46", , @scale , , [ 23.30, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "K46", , @scale , , [ 23.30, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "L46", , @scale , , [ 23.30, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "M46", , @scale , , [ 23.30, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "N46", , @scale , , [ 23.30, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "P46", , @scale , , [ 23.30, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "R46", , @scale , , [ 23.30, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "T46", , @scale , , [ 23.30, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "U46", , @scale , , [ 23.30, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "V46", , @scale , , [ 23.30, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "W46", , @scale , , [ 23.30, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y46", , @scale , , [ 23.30, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA46", , @scale , , [ 23.30, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB46", , @scale , , [ 23.30, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC46, BGA_2104_PAD_LONG_VIA_ENE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC46", , @scale , , [ 23.30, 1.00 ] ); // -- Center $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD46", , @scale , , [ 23.30, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE46", , @scale , , [ 23.30, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF46", , @scale , , [ 23.30, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG46", , @scale , , [ 23.30, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH46", , @scale , , [ 23.30, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ46", , @scale , , [ 23.30, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK46", , @scale , , [ 23.30, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL46", , @scale , , [ 23.30, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM46", , @scale , , [ 23.30, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN46", , @scale , , [ 23.30, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP46", , @scale , , [ 23.30, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR46", , @scale , , [ 23.30, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT46", , @scale , , [ 23.30, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU46", , @scale , , [ 23.30, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV46", , @scale , , [ 23.30, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW46", , @scale , , [ 23.30, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY46", , @scale , , [ 23.30, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA46", , @scale , , [ 23.30, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB46", , @scale , , [ 23.30, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC46", , @scale , , [ 23.30, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD46, BGA_2104_PAD_LONG_VIA_ESE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD46", , @scale , , [ 23.30, -21.00 ] ); // // FLVC2104 Rev 2 // // NORTH ROW Pin List // --------------------- // // Original Rev. 27-Jan-2016 // Most Recent Rev. 27-Jan-2016 // // // This is the hand coded list of 42 pins across the // Top Row of the FLVC2104 geometry. // // These are pins: A3 through A44 // // For now this is hand coded as all NNW or NNE // type pin/pad stacks. // // In the future we will likely need some of the // pin/pad stacks to be SMD Pas Only or // pin/pad stacks for high-speed differential signals. // $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A3, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A3", , @scale , , [ -21.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A4, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A4", , @scale , , [ -20.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A5, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A5", , @scale , , [ -19.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A6, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A6", , @scale , , [ -18.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A7, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A7", , @scale , , [ -17.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A8, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A8", , @scale , , [ -16.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A9, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A9", , @scale , , [ -15.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A10, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A10", , @scale , , [ -14.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A11, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A11", , @scale , , [ -13.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A12, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A12", , @scale , , [ -12.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A13, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A13", , @scale , , [ -11.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A14, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A14", , @scale , , [ -10.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A15, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A15", , @scale , , [ -9.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A16, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A16", , @scale , , [ -8.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A17, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A17", , @scale , , [ -7.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A18, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A18", , @scale , , [ -6.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A19, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A19", , @scale , , [ -5.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A20, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A20", , @scale , , [ -4.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A21, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A21", , @scale , , [ -3.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A22, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A22", , @scale , , [ -2.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A23, BGA_2104_PAD_LONG_VIA_NNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "A23", , @scale , , [ -1.00, 23.30 ] ); // -- Center $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A24, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A24", , @scale , , [ 1.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A25, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A25", , @scale , , [ 2.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A26, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A26", , @scale , , [ 3.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A27, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A27", , @scale , , [ 4.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A28, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A28", , @scale , , [ 5.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A29, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A29", , @scale , , [ 6.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A30, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A30", , @scale , , [ 7.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A31, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A31", , @scale , , [ 8.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A32, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A32", , @scale , , [ 9.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A33, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A33", , @scale , , [ 10.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A34, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A34", , @scale , , [ 11.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A35, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A35", , @scale , , [ 12.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A36, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A36", , @scale , , [ 13.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A37, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A37", , @scale , , [ 14.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A38, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A38", , @scale , , [ 15.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A39, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A39", , @scale , , [ 16.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A40, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A40", , @scale , , [ 17.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A41, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A41", , @scale , , [ 18.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A42, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A42", , @scale , , [ 19.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A43, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A43", , @scale , , [ 20.00, 23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "A44, BGA_2104_PAD_LONG_VIA_NNE"); $$attribute( "COMPONENT_PIN_DEFINITION", "A44", , @scale , , [ 21.00, 23.30 ] ); // // FLVC2104 Rev 2 // // SOUTH ROW Pin List // --------------------- // // Original Rev. 27-Jan-2016 // Most Recent Rev. 27-Jan-2016 // // // This is the hand coded list of 42 pins across the // Top Row of the FLVC2104 geometry. // // These are pins: BF3 through BF44 // // For now this is hand coded as all SSW or SSE // type pin/pad stacks. // // In the future we will likely need some of the // pin/pad stacks to be SMD Pas Only or // pin/pad stacks for high-speed differential signals. // $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF3, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF3", , @scale , , [ -21.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF4, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF4", , @scale , , [ -20.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF5, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF5", , @scale , , [ -19.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF6, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF6", , @scale , , [ -18.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF7, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF7", , @scale , , [ -17.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF8, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF8", , @scale , , [ -16.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF9, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF9", , @scale , , [ -15.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF10, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF10", , @scale , , [ -14.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF11, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF11", , @scale , , [ -13.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF12, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF12", , @scale , , [ -12.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF13, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF13", , @scale , , [ -11.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF14, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF14", , @scale , , [ -10.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF15, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF15", , @scale , , [ -9.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF16, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF16", , @scale , , [ -8.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF17, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF17", , @scale , , [ -7.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF18, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF18", , @scale , , [ -6.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF19, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF19", , @scale , , [ -5.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF20, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF20", , @scale , , [ -4.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF21, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF21", , @scale , , [ -3.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF22, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF22", , @scale , , [ -2.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF23, BGA_2104_PAD_LONG_VIA_SSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF23", , @scale , , [ -1.00, -23.30 ] ); // -- Center $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF24, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF24", , @scale , , [ 1.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF25, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF25", , @scale , , [ 2.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF26, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF26", , @scale , , [ 3.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF27, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF27", , @scale , , [ 4.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF28, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF28", , @scale , , [ 5.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF29, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF29", , @scale , , [ 6.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF30, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF30", , @scale , , [ 7.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF31, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF31", , @scale , , [ 8.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF32, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF32", , @scale , , [ 9.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF33, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF33", , @scale , , [ 10.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF34, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF34", , @scale , , [ 11.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF35, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF35", , @scale , , [ 12.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF36, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF36", , @scale , , [ 13.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF37, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF37", , @scale , , [ 14.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF38, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF38", , @scale , , [ 15.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF39, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF39", , @scale , , [ 16.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF40, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF40", , @scale , , [ 17.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF41, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF41", , @scale , , [ 18.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF42, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF42", , @scale , , [ 19.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF43, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF43", , @scale , , [ 20.00, -23.30 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BF44, BGA_2104_PAD_LONG_VIA_SSE"); $$attribute( "COMPONENT_PIN_DEFINITION", "BF44", , @scale , , [ 21.00, -23.30 ] ); // // FLVC2104 Rev 2 // // WEST Column Pin List // ----------------------- // // Original Rev. 27-Jan-2016 // Most Recent Rev. 27-Jan-2016 // // // This is the hand coded list of 42 pins across the // Top Row of the FLVC2104 geometry. // // These are pins: C1 through BD1 // // For now this is hand coded as all WNW or WSW // type pin/pad stacks. // // In the future we will likely need some of the // pin/pad stacks to be SMD Pas Only or // pin/pad stacks for high-speed differential signals. // $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "C1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "C1", , @scale , , [ -23.30, 21.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "D1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "D1", , @scale , , [ -23.30, 20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "E1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "E1", , @scale , , [ -23.30, 19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "F1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "F1", , @scale , , [ -23.30, 18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "G1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "G1", , @scale , , [ -23.30, 17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "H1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "H1", , @scale , , [ -23.30, 16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "J1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "J1", , @scale , , [ -23.30, 15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "K1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "K1", , @scale , , [ -23.30, 14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "L1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "L1", , @scale , , [ -23.30, 13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "M1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "M1", , @scale , , [ -23.30, 12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "N1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "N1", , @scale , , [ -23.30, 11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "P1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "P1", , @scale , , [ -23.30, 10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "R1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "R1", , @scale , , [ -23.30, 9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "T1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "T1", , @scale , , [ -23.30, 8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "U1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "U1", , @scale , , [ -23.30, 7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "V1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "V1", , @scale , , [ -23.30, 6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "W1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "W1", , @scale , , [ -23.30, 5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "Y1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "Y1", , @scale , , [ -23.30, 4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AA1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AA1", , @scale , , [ -23.30, 3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AB1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AB1", , @scale , , [ -23.30, 2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AC1, BGA_2104_PAD_LONG_VIA_WNW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AC1", , @scale , , [ -23.30, 1.00 ] ); // -- Center $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AD1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AD1", , @scale , , [ -23.30, -1.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AE1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AE1", , @scale , , [ -23.30, -2.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AF1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AF1", , @scale , , [ -23.30, -3.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AG1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AG1", , @scale , , [ -23.30, -4.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AH1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AH1", , @scale , , [ -23.30, -5.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AJ1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AJ1", , @scale , , [ -23.30, -6.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AK1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AK1", , @scale , , [ -23.30, -7.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AL1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AL1", , @scale , , [ -23.30, -8.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AM1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AM1", , @scale , , [ -23.30, -9.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AN1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AN1", , @scale , , [ -23.30, -10.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AP1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AP1", , @scale , , [ -23.30, -11.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AR1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AR1", , @scale , , [ -23.30, -12.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AT1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AT1", , @scale , , [ -23.30, -13.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AU1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AU1", , @scale , , [ -23.30, -14.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AV1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AV1", , @scale , , [ -23.30, -15.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AW1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AW1", , @scale , , [ -23.30, -16.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "AY1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "AY1", , @scale , , [ -23.30, -17.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BA1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BA1", , @scale , , [ -23.30, -18.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BB1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BB1", , @scale , , [ -23.30, -19.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BC1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BC1", , @scale , , [ -23.30, -20.00 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "BD1, BGA_2104_PAD_LONG_VIA_WSW"); $$attribute( "COMPONENT_PIN_DEFINITION", "BD1", , @scale , , [ -23.30, -21.00 ] );