Hook yowasp-sby

This commit is contained in:
Peder Bergebakken Sundt 2020-08-09 18:49:32 +02:00
parent aa4b749876
commit 40d9425045
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ def populate_environ():
import os, shutil
for nmigen_envvar, expected_path, alternative_path in [
("SBY", "sby", "yowasp-sby"),
("YOSYS", "yosys", "yowasp-yosys"), # nmigen-yosys is handled by nmigen
("NEXTPNR_ICE40", "nextpnr-ice40", "yowasp-nextpnr-ice40"),
("NEXTPNR_ECP5", "nextpnr-ecp5", "yowasp-nextpnr-ecp5"),