We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6a598 commit ffa9b59Copy full SHA for ffa9b59
rtl/scripts/install.sh
@@ -99,6 +99,9 @@ install_package libsqlite3-dev
99
install_package libreadline-dev libsdl2-dev bison
100
# install cmake for DRAMsim3
101
install_package cmake
102
+# isntall riscv toolchain
103
+install_package g++-riscv64-linux-gnu
104
+install_package binutils-riscv64-linux-gnu
105
106
[[ $GTKWAVE == "true" ]] && install_package gtkwave libcanberra-gtk-module
107
[[ $CHISEL == "true" ]] && install_mill
0 commit comments