litex: specify all required dependencies
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
beaba58d0c
commit
f7825ddbf1
2 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# relies on. lxbuildenv reads this variable in order to ensure
|
||||
# the build will finish without exiting due to missing third-party
|
||||
# programs.
|
||||
LX_DEPENDENCIES = ["icestorm"]
|
||||
#LX_CONFIG = "skip-git"
|
||||
LX_DEPENDENCIES = ["icestorm", "yosys", "nextpnr-ice40"]
|
||||
LX_CONFIG = "skip-git"
|
||||
|
||||
# Import lxbuildenv to integrate the deps/ directory
|
||||
import os,sys
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# relies on. lxbuildenv reads this variable in order to ensure
|
||||
# the build will finish without exiting due to missing third-party
|
||||
# programs.
|
||||
LX_DEPENDENCIES = ["icestorm"]
|
||||
#LX_CONFIG = "skip-git"
|
||||
LX_DEPENDENCIES = ["icestorm", "yosys", "nextpnr-ice40"]
|
||||
LX_CONFIG = "skip-git"
|
||||
|
||||
# Import lxbuildenv to integrate the deps/ directory
|
||||
import os,sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue