// // file: tssop_24 // // date: Thursday 14 NOV 2011 12:00:00 for MEZ-456 // Thursday 1 NOV 2012 12:00:00 for CMX-0 // Thursday 24-Sept-2015 for Hub // // // This version of the TSSOP_24 will be used for the // 74AVC8T245 level translators on the Hub Module. // // I will use the pad size and spacing data from the Philips // nxp for their tssop packages. Executive summary: // // pin pitch 0.65 mm // pads 1.10 mm x 0.40 mm // ctc pad space 5.70 mm // // The pad size and spacing numbers from TI for their // tssop_24 package, their PW drawing are: // // pin pitch 0.65 mm // pads 1.60 mm x 0.30 mm // ctc pad space 5.60 mm // // The long axis of the part is vertical in this geometry. // Pin #1 is at the upper left-hand corner, i.e. NW. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("TSSOP_24_PAD", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$TSSOP_24_PAD']); $$point_mode(@vertex); $$polygon( "PAD", , [ 0.55, 0.20, -0.55, 0.20, -0.55, -0.20, 0.55, -0.20 ]); $$polygon( "SOLDER_MASK", , [ 0.60, 0.25, -0.60, 0.25, -0.60, -0.25, 0.60, -0.25 ]); $$polygon( "PASTE_MASK", , [ 0.55, 0.20, -0.55, 0.20, -0.55, -0.20, 0.55, -0.20 ]); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("tssop_24", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$tssop_24']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "1.20", , @scale , , [0.0, 0.0] ); // // Setup the Component Placement Outline for the tssop_24 // $$initial([ 3.60, 4.10 ], , @nosnap ); $$terminal([ -3.60, 4.10 ] ); $$terminal([ -3.60, -4.10 ] ); $$terminal([ 3.60, -4.10 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Silkscreen: Horz Bot, Vert Right, Horz Top, Diag, Vert Left $$path( "SILKSCREEN", 0.20 , , [ -1.50, -3.40, 1.50, -3.40 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.50, -3.40, 1.50, 3.40 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.50, 3.40, -0.25, 3.40 ] ); $$path( "SILKSCREEN", 0.20 , , [ -0.25, 3.40, -1.50, 2.15 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.50, 2.15, -1.50, -3.40 ] ); // // Pin #1 Marker // $$circle( "SILKSCREEN", -3.9, 4.3, 0.5, 0.20 ); $$circle( "SILKSCREEN", -3.9, 4.3, 0.3, 0.20 ); // // Reference Designator // $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 2.3, @CC, 90, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Setup the Local Fiducial Marks // $$circle( "PAD", 0.00, 4.40, 1.0, 0.0); $$circle( "SOLDER_MASK", 0.00, 4.40, 1.3, 0.0); $$circle( "PAD", 0.00, -4.40, 1.0, 0.0); $$circle( "SOLDER_MASK", 0.00, -4.40, 1.3, 0.0); // // Define the pins // $$attribute( "COMPONENT_PIN_DEFINITION", "24", , @scale , , [ 2.850, 3.575 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "24,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "23", , @scale , , [ 2.850, 2.925 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "23,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "22", , @scale , , [ 2.850, 2.275 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "22,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "21", , @scale , , [ 2.850, 1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "21,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "20", , @scale , , [ 2.850, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "20,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "19", , @scale , , [ 2.850, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "19,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "18", , @scale , , [ 2.850, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "18,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "17", , @scale , , [ 2.850, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "17,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "16", , @scale , , [ 2.850, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "16,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "15", , @scale , , [ 2.850, -2.275 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "15,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "14", , @scale , , [ 2.850, -2.925 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "14,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "13", , @scale , , [ 2.850, -3.575 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "13,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "12", , @scale , , [ -2.850, -3.575 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "12,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [ -2.850, -2.925]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "11,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [ -2.850, -2.275 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "10,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [ -2.850, -1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "9,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [ -2.850, -0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "8,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [ -2.850, -0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "7,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ -2.850, 0.325 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ -2.850, 0.975 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ -2.850, 1.625 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -2.850, 2.275 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -2.850, 2.925 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2,TSSOP_24_PAD"); $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -2.850, 3.575 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1,TSSOP_24_PAD");