Skip to content

Commit

Permalink
Merge pull request #1670 from ucb-bar/uart_tsi_install
Browse files Browse the repository at this point in the history
Install uart_tsi utility as part of build-toolchain-extra
  • Loading branch information
jerryz123 authored Nov 28, 2023
2 parents 352b99a + 8aef234 commit eba1b36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/build-toolchain-extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,11 @@ cd tools/DRAMSim2
make libdramsim.so
cp libdramsim.so $RISCV/lib/

echo '==> Installing uart_tsi bringup utility'
cd $RDIR
git submodule update --init generators/testchipip
cd generators/testchipip/uart_tsi
make
cp uart_tsi $RISCV/bin

echo "Extra Toolchain Utilities/Tests Build Complete!"

0 comments on commit eba1b36

Please sign in to comment.