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

Assorted changes #538

Merged
merged 15 commits into from
Jan 12, 2025
Merged

Assorted changes #538

merged 15 commits into from
Jan 12, 2025

Conversation

zapta
Copy link
Collaborator

@zapta zapta commented Jan 12, 2025

Highlights:

  • The programmers pip packages are now installed statically with apio's installation.
  • Various cleanups around the definitions of boards, fpgas and programmers
  • Reworked the apio boards and apio fpgas reports. They now print in a tabular form (one line per item) and the --verbose options adds additional columns with information.
  • Added an experimental pyinstaller folder (not part of the apio package) that creates an apio release for darwin-arm64.

@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.

zapta added 15 commits January 10, 2025 17:18
…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
…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.
…s release, there are no backward compatibility issues with these boards.
@cavearr
Copy link
Member

cavearr commented Jan 12, 2025

I'll try it today! thanks!

@cavearr cavearr merged commit 03c8961 into FPGAwars:develop Jan 12, 2025
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.

2 participants