Skip to content

fix(tqfp44): default pitch to 0.8mm and pad width to 0.55mm - #806

Open
rudra496 wants to merge 1 commit into
tscircuit:mainfrom
rudra496:fix/tqfp44-pitch-and-pad-width
Open

fix(tqfp44): default pitch to 0.8mm and pad width to 0.55mm#806
rudra496 wants to merge 1 commit into
tscircuit:mainfrom
rudra496:fix/tqfp44-pitch-and-pad-width

Conversation

@rudra496

Copy link
Copy Markdown

Summary

Fixes #792.

Previously, `fp.string("tqfp44")` was grouped with 48/64/100 pin packages in `src/fn/tqfp.ts`, producing a 44-pin QFP on a `0.5mm` pitch with `0.30mm`-wide pads. Standard TQFP-44 (JEDEC MS-026 BBA / KiCad `TQFP-44_10x10mm_P0.8mm`) is a 10x10mm body on a `0.8mm` pitch with `0.55mm` pad width.

Changes

  1. Pitch & Pad Width Defaults: Grouped `case 44` with `case 32` in `src/fn/tqfp.ts` to default pitch to `0.8mm` and pad width to `0.55mm`.
  2. Unit Tests: Added `tests/tqfp44-pitch.test.ts` verifying that `fp.string("tqfp44")` emits pads with 0.8mm pitch spacing and 0.55mm pad width.

Verification

  • `bun test tests/tqfp44-pitch.test.ts` (1/1 passing).

Fixes tscircuit#792 by grouping case 44 with case 32 for pitch (0.8mm) and pad width (0.55mm) defaults, matching JEDEC MS-026 BBA and KiCad TQFP-44_10x10mm_P0.8mm.
Copilot AI lite review requested due to automatic review settings August 15, 2026 21:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tqfp44 generates a 0.5mm pitch with 0.30mm pads, but TQFP-44 is a 0.8mm-pitch part

2 participants