verilator++

This commit is contained in:
Dolu1990 2022-02-04 16:36:11 +01:00
parent 378c0f8723
commit 4dd650736f
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
with: with:
path: | path: |
~/tools ~/tools
key: ${{ runner.os }}-tools_v3 key: ${{ runner.os }}-tools_v4
- name: Setup env - name: Setup env
run: echo "$HOME/tools/bin" >> $GITHUB_PATH run: echo "$HOME/tools/bin" >> $GITHUB_PATH

View File

@ -6,7 +6,7 @@ install_verilator(){
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 v4.040 git checkout v4.216
autoconf # Create ./configure script autoconf # Create ./configure script
./configure --prefix ~/tools ./configure --prefix ~/tools
make -j$(nproc) make -j$(nproc)