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

Add PDM development workflow that integrates YoWASP toolchain #229

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

whitequark
Copy link
Member

This can simplify smoke testing of boards supported by the FOSS toolchains.

Testing a board with an iCE40, ECP5, etc FPGA is now as simple as:

pdm install --dev
pdm run python -m amaranth_boards.board_name

It is not necessary to install a toolchain, set several environment variables, or do anything else.

This can simplify smoke testing of boards supported by the FOSS
toolchains.

Testing a board with an iCE40, ECP5, etc FPGA is now as simple as:

    pdm install --dev
    pdm run python -m amaranth_boards.board_name

It is not necessary to install a toolchain, set several environment
variables, or do anything else.
@whitequark whitequark merged commit 994a4df into main Aug 8, 2023
24 checks passed
@whitequark whitequark deleted the dev-deps branch August 8, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant