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 8169f3e commit a44c996Copy full SHA for a44c996
rtl/scripts/install.sh
@@ -60,7 +60,7 @@ install_verilator() {
60
# git tag # see what versions exist
61
#git checkout master # use development branch (e.g. recent bug fixes)
62
#git checkout stable # use most recent stable release
63
- git checkout v4.204 # switch to specified release version
+ git checkout v4.210 # switch to specified release version
64
65
autoconf # create ./configure script
66
./configure # configure and create Makefile
0 commit comments