// // file: sc70_6 // // date: Original 20-Nov-2015 for Hub Module // Current 20-Nov-2015 // // // Used for the Hub Module for Fairchild TinyLogic // --------------------- // // // This layout will 100% follow the Fairchild recommendation // for the SC70 foot print in their TinyLogic data sheets. // // The long axis is horizontal with pin #1 in the SW corner. $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- $$create_pin("sc70_6_pad", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$sc70_6_pad']); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.20, -0.25, 0.20, -0.25, 0.20, 0.25, -0.20, 0.25 ] ); $$polygon( "SOLDER_MASK", , [ -0.25, -0.30, 0.25, -0.30, 0.25, 0.30, -0.25, 0.30 ] ); $$polygon( "PASTE_MASK", , [ -0.20, -0.25, 0.20, -0.25, 0.20, 0.25, -0.20, 0.25 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- $$create_component("sc70_6", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'CO$sc70_6']); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "0.95", , @scale , , [0.0, 0.0] ); // // Component Placement Outline for the sc70_6 // $$initial([ -1.30, -1.50 ], , @nosnap ); $$terminal([ -1.30, 1.50 ] ); $$terminal([ 1.30, 1.50 ] ); $$terminal([ 1.30, -1.50 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // Silkscreen: Horz Bot, Vert Right, Horz Top, Vert Left $$path( "SILKSCREEN", 0.20 , , [ -1.30, -1.60, 1.30, -1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ 1.30, -1.60, 1.30, 1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.30, 1.60, 1.30, 1.60 ] ); $$path( "SILKSCREEN", 0.20 , , [ -1.30, 1.60, -1.30, -1.60 ] ); // Pin #1 Marker $$circle( "SILKSCREEN", -1.7, -2.0, 0.5, 0.20 ); $$circle( "SILKSCREEN", -1.7, -2.0, 0.3, 0.20 ); // Reference Designator $$text( "SILKSCREEN", "^$ref", 0.0, 0.0, 1.4, @CC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // Setup the Local Fiducial Marks // //$$circle( "PAD_1", 0.00, 2.70, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, 2.70, 1.3, 0.0); // //$$circle( "PAD_1", 0.00, -2.70, 1.0, 0.0); //$$circle( "SOLDER_MASK_1", 0.00, -2.70, 1.3, 0.0); // Define the pins $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -0.65, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, sc70_6_pad" ); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 0.00, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, sc70_6_pad" ); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ 0.65, -0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, sc70_6_pad" ); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 0.65, 0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, sc70_6_pad" ); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ 0.00, 0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5, sc70_6_pad" ); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ -0.65, 0.95 ] ); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6, sc70_6_pad" );