Update reqs | Remove toolchains

This commit is contained in:
Abraham Gonzalez
2022-08-29 17:16:48 +00:00
parent 3c2bbd4bfd
commit 58529f0ae0
4 changed files with 4 additions and 11 deletions

6
.gitmodules vendored
View File

@@ -97,9 +97,3 @@
[submodule "generators/fft-generator"]
path = generators/fft-generator
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

View File

@@ -1,7 +1,8 @@
name: chipyard
channels:
- conda-forge
- ucb-bar
- conda-forge
- nodefaults
dependencies:
# firemarshal deps
- python=3.9
@@ -22,7 +23,7 @@ dependencies:
- readline
- coreutils
- lzop
- qemu # from ucb-bar
- qemu # from ucb-bar channel - https://github.com/ucb-bar/qemu-feedstock
# doc requirements
- sphinx
@@ -44,7 +45,7 @@ dependencies:
- verilator==4.034
# chipyard deps
- dromajo # from ucb-bar
- dromajo # from ucb-bar channel - https://github.com/riscv-boom/dromajo
# other misc. deps
- ca-certificates