Install espresso in build-toolchain-extra.sh

This commit is contained in:
Jerry Zhao
2022-09-28 11:32:34 -07:00
committed by GitHub
parent b192a12040
commit 013b43dc2b

View File

@@ -102,6 +102,14 @@ CC= CXX= module_all riscv-pk --prefix="${RISCV}" --host=riscv${XLEN}-unknown-elf
echo '==> Installing RISC-V tests'
module_all riscv-tests --prefix="${RISCV}/riscv${XLEN}-unknown-elf" --with-xlen=${XLEN}
echo '==> Installing espresso logic minimizer'
(
cd $RDIR
git submodule update --init --checkout generators/constellation
cd generators/constellation
scripts/install-espresso.sh $RISCV
)
# Common tools (not in any particular toolchain dir)
echo '==> Installing libgloss'