mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
update verilator version
This commit is contained in:
@@ -36,7 +36,7 @@ unsetenv VERILATOR_ROOT # For csh; ignore error if on bash
|
|||||||
unset VERILATOR_ROOT # For bash
|
unset VERILATOR_ROOT # For bash
|
||||||
cd verilator
|
cd verilator
|
||||||
git pull # Make sure we're up-to-date
|
git pull # Make sure we're up-to-date
|
||||||
git checkout v3.916
|
git checkout v4.040
|
||||||
autoconf # Create ./configure script
|
autoconf # Create ./configure script
|
||||||
./configure
|
./configure
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
Reference in New Issue
Block a user