Skip to content

Commit b07b79e

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 4739f02 + f193d2c commit b07b79e

58 files changed

Lines changed: 29824 additions & 1938 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/chip/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,11 +859,11 @@ formal-cache:
859859
@scripts/run_formal_cache.sh
860860

861861
champsim-prefetch-sweep:
862-
@$(PYTHON) scripts/champsim_sweep.py --mode prefetch || \
862+
@$(PYTHON) scripts/champsim_sweep.py --mode prefetch --commit-evidence || \
863863
($(PYTHON) scripts/champsim_sweep.py --mode prefetch --blocked-evidence)
864864

865865
mockingjay-vs-lru-sweep:
866-
@$(PYTHON) scripts/champsim_sweep.py --mode mockingjay-vs-lru || \
866+
@$(PYTHON) scripts/champsim_sweep.py --mode mockingjay-vs-lru --commit-evidence || \
867867
($(PYTHON) scripts/champsim_sweep.py --mode mockingjay-vs-lru --blocked-evidence)
868868

869869
lmbench-cache-curve:

packages/chip/docs/evidence/cache/cache-evidence-gate.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,15 @@ measured_real_claims:
206206
replacements (lru, drrip, ship, srrip). The artifact records
207207
the LRU-baseline IPC + per-replacement deltas so future
208208
Mockingjay drop-in evidence can be referenced against the same
209-
baseline. The Mockingjay-prod RTL is independently exercised by
210-
the cocotb harness; see mockingjay_cocotb_synthetic_report.json.
209+
baseline. At the captured 2 M warmup + 2 M simulation window
210+
the LLC sees too few accesses to pressure replacement (~600
211+
LLC LOAD misses across a 2048-set x 16-way LLC); all bundled
212+
replacements collapse to the same IPC/MPKI. Longer workloads or
213+
pressure-bearing traces are required to see drrip/ship/srrip
214+
diverge — this is itself the BLOCKER for the +15 % HPCA'22
215+
productized Mockingjay claim. The Mockingjay-prod RTL is
216+
independently exercised by the cocotb harness; see
217+
mockingjay_cocotb_synthetic_report.json.
211218
evidence_artifacts:
212219
- docs/evidence/cache/mockingjay_vs_lru_report.json
213220
- id: mockingjay_cocotb_synthetic

0 commit comments

Comments
 (0)