bump verilator cache
This commit is contained in:
@@ -78,14 +78,14 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Build Verilator
|
name: Build Verilator
|
||||||
command: |
|
command: |
|
||||||
.circleci/build-verilator.sh
|
.circleci/build-verilator.sh
|
||||||
no_output_timeout: 120m
|
no_output_timeout: 120m
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
key: verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
paths:
|
paths:
|
||||||
- "/home/riscvuser/verilator"
|
- "/home/riscvuser/verilator"
|
||||||
prepare-example:
|
prepare-example:
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the example subproject using Verilator
|
name: Building the example subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=example
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=example
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the boomexample subproject using Verilator
|
name: Building the boomexample subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=example CONFIG=SmallDefaultBoomConfig
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=example CONFIG=SmallDefaultBoomConfig
|
||||||
@@ -166,7 +166,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the boomrocketexample subproject using Verilator
|
name: Building the boomrocketexample subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=example CONFIG=SmallDefaultBoomAndRocketConfig
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=example CONFIG=SmallDefaultBoomAndRocketConfig
|
||||||
@@ -195,7 +195,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the boom subproject using Verilator
|
name: Building the boom subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=boom
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=boom
|
||||||
@@ -224,7 +224,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the rocketchip subproject using Verilator
|
name: Building the rocketchip subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=rocketchip
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=rocketchip
|
||||||
@@ -253,7 +253,7 @@ jobs:
|
|||||||
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
- riscv-tools-installed-v1-{{ checksum "../riscv-tools.hash" }}
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- verilator-installed-v1-{{ checksum "sims/verisim/verilator.mk" }}
|
- verilator-installed-v2-{{ checksum "sims/verisim/verilator.mk" }}
|
||||||
- run:
|
- run:
|
||||||
name: Building the hwacha subproject using Verilator
|
name: Building the hwacha subproject using Verilator
|
||||||
command: .circleci/do-rtl-build.sh SUB_PROJECT=hwacha
|
command: .circleci/do-rtl-build.sh SUB_PROJECT=hwacha
|
||||||
|
|||||||
Reference in New Issue
Block a user