Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/verify-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
fi
bender --version

# ccache: verilator picks it up as OBJCACHE, so the model rebuilds hit it
# ubuntu's verilator ships OBJCACHE empty, so the sims pass OBJCACHE=ccache
- if: inputs.verilator == 'true'
shell: bash
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ jobs:
run: uv run --locked make idma_hw_all
-
name: Simulate ${{ matrix.suite }}
run: uv run --locked make idma_verify_sim_${{ matrix.suite }} IDMA_VLT_MAKEFLAGS=-j4
run: uv run --locked make idma_verify_sim_${{ matrix.suite }} \
IDMA_VLT_MAKEFLAGS="-j4 OBJCACHE=ccache"
-
name: ccache statistics
if: always()
Expand Down
Loading