Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 18-pin variant of SSOP used by Toshiba. #173

Merged
merged 1 commit into from
Jun 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,35 @@ class SeriesParams():
modelName = 'SSOP-16_5.3x6.2mm_P0.65mm',
rotation = -90, # rotation if required
),
'SSOP-18_4.4x6.5mm_Pitch0.65mm': Params( # from https://toshiba.semicon-storage.com/us/design-support/package/detail.SSOP18-P-225-0.65.html
the = 12.0, # body angle in degrees
tb_s = 0.15, # top part of body is that much smaller
c = 0.15, # pin thickness, body center part height
R1 = 0.1, # pin upper corner, inner radius
R2 = 0.1, # pin lower corner, inner radius
S = 0.2, # pin top flat part length (excluding corner arc)
# L = 0.64, # pin bottom flat part length (including corner arc)
fp_s = True, # True for circular pinmark, False for square pinmark (useful for diodes)
fp_r = 0.5, # first pin indicator radius
fp_d = 0.2, # first pin indicator distance from edge
fp_z = 0.1, # first pin indicator depth
ef = 0, # 0.05, # fillet of edges Note: bigger bytes model with fillet
cc1 = 0.25, # 0.45 chamfer of the 1st pin corner
D1 = 6.5, # body length
E1 = 4.4, # body width
E = 6.4, # body overall width E=E1+2*(S+L+c)
A1 = 0.1, # body-board separation
A2 = 1.3, # body height
b = 0.24, # pin width
e = 0.65, # pin (center-to-center) distance
npx = 9, # number of pins along X axis (width)
npy = 0, # number of pins along y axis (length)
epad = None, # ePad
excluded_pins = None, # no pin excluded
old_modelName = 'SSOP-18_4.4x6.5mm_Pitch0.65mm',
modelName = 'SSOP-18_4.4x6.5mm_P0.65mm',
rotation = -90, # rotation if required
),
'SSOP-20_4.4x6.5mm_Pitch0.65mm': Params( # from http://www.onsemi.com/pub/Collateral/565AM.PDF
the = 12.0, # body angle in degrees
tb_s = 0.15, # top part of body is that much smaller
Expand Down