Merge pull request #1224 from ucb-bar/constellation-integrate

Add support for NoC based interconnect with Constellation
This commit is contained in:
Jerry Zhao
2022-09-28 11:05:08 -07:00
committed by GitHub
28 changed files with 1016 additions and 33 deletions

View File

@@ -18,6 +18,13 @@ cd $REMOTE_CHIPYARD_DIR
./scripts/init-submodules-no-riscv-tools.sh --force
./scripts/init-fpga.sh
# Constellation can run without espresso, but this improves
# elaboration time drastically
pushd $REMOTE_CHIPYARD_DIR/generators/constellation
scripts/install-espresso.sh $RISCV
popd
if [ $1 = "group-accels" ]; then
pushd $REMOTE_CHIPYARD_DIR/generators/gemmini/software
git submodule update --init --recursive gemmini-rocc-tests