Skip to content

Commit

Permalink
Bump verilator CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored and jerryz123 committed Jan 12, 2019
1 parent 2e14aa2 commit faffe47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- restore_cache:
keys:
- boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
- boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}

- run:
name: Build Verilator and setup build environment
Expand All @@ -63,7 +63,7 @@ jobs:
no_output_timeout: 120m

- save_cache:
key: boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
key: boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}
paths:
- "/home/riscvuser/boom-template"

Expand All @@ -90,7 +90,7 @@ jobs:

- restore_cache:
keys:
- boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
- boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}

- run:
name: Building BoomConfig using Verilator
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- restore_cache:
keys:
- boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
- boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}

- run:
name: Building SmallBoomConfig using Verilator
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

- restore_cache:
keys:
- boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
- boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}

- run:
name: Building MediumBoomConfig using Verilator
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
#
# - restore_cache:
# keys:
# - boom-template-with-verilator-v3-{{ checksum "../boom-template.hash" }}
# - boom-template-with-verilator-v4-{{ checksum "../boom-template.hash" }}
#
# - run:
# name: Building MegaBoomConfig using Verilator
Expand Down

0 comments on commit faffe47

Please sign in to comment.