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
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue