Index: pcblib/parametric/ssop =================================================================== --- pcblib/parametric/ssop (nonexistent) +++ pcblib/parametric/ssop (revision 337) @@ -0,0 +1,28 @@ +#!/bin/sh + +# Reference: Microchip Packaging Specification DS00000049BX (en012702.pdf), SSOP + +#@@example ssop(14) + +#@@purpose Generate classic DIP packages. + +#@@desc Generate SSOP packages with variable number of pins and +#@@desc row spacing +#@@params n, row_spacing, pad_spacing + +#@@include common.awk +#@@include so + +defaults=' +?pad_spacing=0.65mm, +?row_spacing=7.8mm, +?int_bloat=0.5mm, +?ext_bloat=0.13mm, +?rarc=25, +?silk_ext_x=18, +?silk_ext_y=22, +?pad_thickness=0.45mm +' + +awk -f `dirname $0`/common.awk -f `dirname $0`/so.awk -v "args=$defaults,$*" + Property changes on: pcblib/parametric/ssop ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property