Update reqs | Remove toolchains
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -97,9 +97,3 @@
|
|||||||
[submodule "generators/fft-generator"]
|
[submodule "generators/fft-generator"]
|
||||||
path = generators/fft-generator
|
path = generators/fft-generator
|
||||||
url = https://github.com/ucb-bar/FFTGenerator.git
|
url = https://github.com/ucb-bar/FFTGenerator.git
|
||||||
[submodule "toolchains/esp-tools"]
|
|
||||||
path = toolchains/esp-tools
|
|
||||||
url = https://github.com/ucb-bar/esp-tools-feedstock.git
|
|
||||||
[submodule "toolchains/riscv-tools"]
|
|
||||||
path = toolchains/riscv-tools
|
|
||||||
url = https://github.com/ucb-bar/riscv-tools-feedstock.git
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
name: chipyard
|
name: chipyard
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
|
||||||
- ucb-bar
|
- ucb-bar
|
||||||
|
- conda-forge
|
||||||
|
- nodefaults
|
||||||
dependencies:
|
dependencies:
|
||||||
# firemarshal deps
|
# firemarshal deps
|
||||||
- python=3.9
|
- python=3.9
|
||||||
@@ -22,7 +23,7 @@ dependencies:
|
|||||||
- readline
|
- readline
|
||||||
- coreutils
|
- coreutils
|
||||||
- lzop
|
- lzop
|
||||||
- qemu # from ucb-bar
|
- qemu # from ucb-bar channel - https://github.com/ucb-bar/qemu-feedstock
|
||||||
|
|
||||||
# doc requirements
|
# doc requirements
|
||||||
- sphinx
|
- sphinx
|
||||||
@@ -44,7 +45,7 @@ dependencies:
|
|||||||
- verilator==4.034
|
- verilator==4.034
|
||||||
|
|
||||||
# chipyard deps
|
# chipyard deps
|
||||||
- dromajo # from ucb-bar
|
- dromajo # from ucb-bar channel - https://github.com/riscv-boom/dromajo
|
||||||
|
|
||||||
# other misc. deps
|
# other misc. deps
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
|||||||
Submodule toolchains/esp-tools deleted from a1af866ef8
Submodule toolchains/riscv-tools deleted from eb4848b39c
Reference in New Issue
Block a user