aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-08-08Add PDM development workflow that integrates YoWASP toolchain.Catherine
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.
2020-05-21Update .gitignore.whitequark
2019-09-06Fix .gitignore.whitequark
2019-09-06setup: replace versioneer with setuptools_scm.whitequark
2019-06-04Extract from nMigen.whitequark