-
Notifications
You must be signed in to change notification settings - Fork 15
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
added bga script and 9 parts #67
Open
ouabache
wants to merge
53
commits into
LibrePCB:master
Choose a base branch
from
ouabache:bga
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Awesome, thanks for putting in the work to convert your script to Python 🙂 I'll try to take a look soon. |
I simply hacked one of your scripts. My script reads a csv file of fpga
pinouts and creates the sym,cmp and dev files. I will need to polish up my
python
skills before I can do that.
The bga's only support the nominal ball widths. I want to add two more
variants to also support min and max widths as well
I also need to support configurations that omit some balls in the array. I
need to and a masking feature in order to support that feature.
…On Sat, Dec 14, 2019 at 4:12 AM Danilo Bargen ***@***.***> wrote:
Awesome, thanks for putting in the work to convert your script to Python
🙂
I'll try to take a look soon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67?email_source=notifications&email_token=AAKX3XEVVALDD7NLXTCV7ODQYTETDA5CNFSM4J2WA4G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG4BHBA#issuecomment-565711748>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKX3XGJCNCGA6D5KUW76ELQYTETDANCNFSM4J2WA4GQ>
.
|
added line_width offset fixed 36 pin body width
added design files for Lattice fpgas
adjusted symbol widths
removed uuids for leads
removed variant from cache keys
fixed off by one error in signals
adjusted symbol width based on name length
adjusted polygon pin positions
fixed bottom pins in Lattice parts
fixed cmp default
renamed scripts
What's the source of those CSV files? |
I downloaded the excel data from the Lattice web site and then split them
into separate files and stripped of unneeded rows and columns
…On Sun, Dec 29, 2019 at 11:41 AM Danilo Bargen ***@***.***> wrote:
What's the source of those CSV files?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67?email_source=notifications&email_token=AAKX3XDR7G5E3DCAHVCSNZLQ3D4M3A5CNFSM4J2WA4G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHZGZPQ#issuecomment-569535678>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKX3XDJH47TL6TGBZODXKTQ3D4M3ANCNFSM4J2WA4GQ>
.
|
added length control to sym added scripts to split kicad files and convert to csv
split out cvs files for symbol units
fixed scripts
added more scripts
fixed double pins bug
moved kicad_stm to base cmpcats fixed sym problem for non split kicad components fixed positions of name,value for kicad
fixed artix name
fixed bug in arc function
known bug only works with row == col
grab areas now controlled by fill bit
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.
added python script for bga packages