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

Update BGA-simple.stanza: add example without balls missing from landpattern as syntax is somewhat unintuitive #178

Closed
wants to merge 3 commits into from

Conversation

Johnsel
Copy link

@Johnsel Johnsel commented Sep 29, 2024

Added a comment with the syntax for a full ball grid without any inactive pads, as it took me a while (and some help fom Frederik) to figure it out myself.

Added a comment with the syntax for a full ball grid without any inactive pads, as it took me a while (and some help fom Frederik) to figure it out myself.
@@ -45,6 +45,9 @@ pcb-component test-BGA:
val planner = Perimeter-Matrix-Planner(
; Pad A2 is not present
inactive = to-pad-island(grid, "A[2]"),
; To get a full grid, set inactive to empty set
; it is a required argument and can't be left out entirely:
;inactive = []
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, the example for a full matrix should also be present using Full-Matrix-Planner. Thanks for the feedback.

@callendorph
Copy link
Contributor

@jwatson0 - The CI tests failed to run after I approved through the Github UI. Can you take a look at the logs when you get a chance ?

@jwatson0
Copy link
Contributor

Because this is coming from a fork outside our JITX-Inc organization, it doesn't have access to the credentials required by the build. Can we make this into a branch in our repo instead of a fork?

@callendorph
Copy link
Contributor

I think @alijitx was going to submit a simple full matrix BGA landpattern

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.

5 participants