Merge pull request #1292 from ucb-bar/init-fpga

Init FPGA submodules in build-setup.sh
This commit is contained in:
Abraham Gonzalez
2022-12-20 18:44:35 -07:00
committed by GitHub

View File

@@ -116,6 +116,7 @@ fi
# initialize all submodules (without the toolchain submodules)
if run_step "2"; then
$RDIR/scripts/init-submodules-no-riscv-tools.sh $FORCE_FLAG
$RDIR/scripts/init-fpga.sh $FORCE_FLAG
fi
# build extra toolchain collateral (i.e. spike, pk, riscv-tests, libgloss)