pyproject: use yowasp-yosys for tests.
This change means that tests will succeed even if the system Yosys binary is broken. yices2 must still be present on the system.
This commit is contained in:
parent
fcafad1f70
commit
b871f2ad79
3 changed files with 11 additions and 7 deletions
7
.env.toolchain
Normal file
7
.env.toolchain
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
AMARANTH_USE_YOSYS=system
|
||||
YOSYS=yowasp-yosys
|
||||
SBY=yowasp-sby
|
||||
SMTBMC=yowasp-yosys-smtbmc
|
||||
# examples
|
||||
NEXTPNR_ICE40=yowasp-nextpnr-ice40
|
||||
ICEPACK=yowasp-icepack
|
||||
Loading…
Add table
Add a link
Reference in a new issue