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"] [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

View File

@@ -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