hw: add a dependency on nextpnr-ice40

This used to be implicit in other dependencies.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-09-25 12:57:06 +08:00
parent 92e35f7e1f
commit 1babc9c2c8

View File

@ -3,7 +3,7 @@
# relies on. lxbuildenv reads this variable in order to ensure
# the build will finish without exiting due to missing third-party
# programs.
LX_DEPENDENCIES = ["riscv", "icestorm", "yosys"]
LX_DEPENDENCIES = ["riscv", "icestorm", "yosys", "nextpnr-ice40"]
# Import lxbuildenv to integrate the deps/ directory
import lxbuildenv