feat(packages): add Europractice quad packages to PACKAGE_DEFINITIONS#170
Merged
Conversation
Expand PACKAGE_DEFINITIONS from 4 to 21 entries covering quad EP packages: PGA84/100s/100l/120/208, QFP64/120/160/208, QFN32-100. qfn16/qfn24 are below QuadPackageDef's 8-pins/side minimum (the bringup power-pin allocator needs height // 2 > 3); pga256/cc/dil/soic are documented as TODO in the backend's ep_packages.json. EP-specific cell names, layer conventions and pin_map strings live in chipflow-backend's packaging_klayout plugin so this library stays vendor-agnostic.
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expand
PACKAGE_DEFINITIONSfrom 4 to 21 entries covering all quad EP packages (PGA84/100s/100l/120/144/208, QFP64/120/160/208, QFN32/40/48/56/64/80/88/100).chipflow-libstays vendor-agnostic — EP-specific cell names, layer conventions and pin-map strings live in chipflow-backend'spackaging_klayoutplugin (data/ep_packages.json).Notes
qfn16/qfn24are belowQuadPackageDef's 8-pins/side minimum (the bringup power-pin allocator needsheight // 2 > 3) and are intentionally absent. Their EP descriptors remain in the backend'sep_packages.jsonfor documentation.pga256(staggered double-row), CLCC and DIL/SOIC families are documented as v2 TODOs in the backend's_todo_v2_.Paired backend PR
Test plan
from chipflow.packages import PACKAGE_DEFINITIONS— all 21 entries instantiate (Pydantic validates).chipflow pin lockworks for designs that target any of the new packages.