mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
verilator++
This commit is contained in:
parent
378c0f8723
commit
4dd650736f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/scala.yml
vendored
2
.github/workflows/scala.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
~/tools
|
||||
key: ${{ runner.os }}-tools_v3
|
||||
key: ${{ runner.os }}-tools_v4
|
||||
|
||||
- name: Setup env
|
||||
run: echo "$HOME/tools/bin" >> $GITHUB_PATH
|
||||
|
|
2
tools.sh
2
tools.sh
|
@ -6,7 +6,7 @@ install_verilator(){
|
|||
unset VERILATOR_ROOT # For bash
|
||||
cd verilator
|
||||
git pull # Make sure we're up-to-date
|
||||
git checkout v4.040
|
||||
git checkout v4.216
|
||||
autoconf # Create ./configure script
|
||||
./configure --prefix ~/tools
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Reference in a new issue