You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PDM development workflow that integrates YoWASP toolchain.
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.
0 commit comments