litex: specify all required dependencies

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-08-19 18:19:27 +08:00
parent beaba58d0c
commit f7825ddbf1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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