-
Notifications
You must be signed in to change notification settings - Fork 142
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
Assorted changes #538
Merged
Merged
Assorted changes #538
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
…on time. (replacing dynamic package instllation with static). Currently all packages are installed for all apio supported platforms. If needed in the future, we can make the dependency of the apio package dependency dependent on the platform).
… non supported platform linux_armv7l. Discussion here FPGAwars#532
…r to boards, and added a test to verify it.
…del. This makes it consistent with the other fpga attributes. The new model field is used only by gowin but included also for ecp5 and ice40. The model value will be cleaned up later to match those of the fpga ordering information in the datasheets.
…number) field. Also simplified the output with a single line per entry and a --verbose flag to add additional columns.
…mitted only when the output is not piped out, before it used to be always.
…ill try to curate then to be accurate part numbrers as found on DigiKey or LCSC.
…e board specific programming args can be specified in boards.json.
…ow used for the gowin tang boards.
…s release, there are no backward compatibility issues with these boards.
…description field.
I'll try it today! thanks! |
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.
Highlights:
apio boards
andapio fpgas
reports. They now print in a tabular form (one line per item) and the --verbose options adds additional columns with information.@cavearr, you can try the pyinstaller builder at pyinstaller/darwin_arm64/build.sh. It creates a folder with apio binary and support files and also zip it. When unzipping, you may need to
source activate
one time to enable the permissions.