Skip to content

Commit a44c996

Browse files
committed
chore: change verilator's version from v4.204 -> v.4.210
1 parent 8169f3e commit a44c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install_verilator() {
6060
# git tag # see what versions exist
6161
#git checkout master # use development branch (e.g. recent bug fixes)
6262
#git checkout stable # use most recent stable release
63-
git checkout v4.204 # switch to specified release version
63+
git checkout v4.210 # switch to specified release version
6464

6565
autoconf # create ./configure script
6666
./configure # configure and create Makefile

0 commit comments

Comments
 (0)