| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Avoids problems with .git_archival.txt breaking reproducibility.
Nabbed from
https://github.com/amaranth-lang/amaranth-soc/commit/d66881d83419c689fc96168150e57d9f467723aa
|
|
The purpose of these tests is just to ensure that Amaranth changes do
not blatantly break the boards repository. They are not intended to
exhaustively test even a single board.
Everything Gowin-related is removed due to Apicula's problematic use
of numpy.
|
|
|
|
|
|
This causes downstream dependency resolution issues.
|
|
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.
|
|
Also, expand the Python CI version range to be the same as that
of Amaranth.
|
|
|
|
It was never released under that name anyway.
|
|
|
|
|
|
This reverts commit bd7fdd379d8b28f8b542f251a11ca28297e8fd6f.
|
|
|