Interface Protocols · All levels
Compliance & Coverage Plan: Step-by-Step Walkthrough
Step-by-Step Walkthrough for Compliance & Coverage Plan.
Step-by-step analysis walkthrough
Follow this when you own Compliance & Coverage Plan in a protocol review or bring-up war room.
State expected transaction in plain language (who initiates, what completes).
Draw layer stack and mark clock/reset boundaries.
List channels: request, data, response, snoop, credit, or lane.
Tag ID/address/endpoint on the failing run.
Find first cycle where progress stops or semantics change.
Check bridge: width, ID remap, burst, ordering attributes.
Check flow control: ready, credit, FIFO, link state.
Check firmware/register mode vs hardware capability.
Build minimal replay; confirm legal vs illegal per spec.
Estimate metric delta from proposed fix.
Run compliance + product traffic regression matrix.
Write signoff memo with owners and artifacts attached.
Artifacts to collect
requirement trace matrix, coverage dashboard, waiver log
VIP transaction log
Waveform with annotations
Spec clause reference
Regression manifest
Decision memo template
PROTOCOL DECISION MEMO — Compliance & Coverage Plan
metric:
transaction id:
layer:
hypothesis:
experiment:
fix:
validation:
owners: verification lead, IP owner, signoff ownerReference visuals
Requirement-to-coverage trace
COMPLIANCE TRACE MATRIX
spec clause ──> test(s) ──> assertion(s) ──> coverage bin ──> status
4.2.1 t_axi_07 a_resp_ok cov_resp PASS
4.3.5 t_axi_12 a_order cov_order WAIVED (id=W3)
4.4.0 (none) (none) (none) GAP <- find these
A gap row is the most valuable output of the plan.Protocol deep dive
Verification closes the gap between 'works in directed test' and 'legal under all stressed traffic'.
Concept diagram
VERIFICATION CLOSURE LOOP
spec clause -> test -> assertion -> coverage -> waiver -> signoff
^ |
+--------- gap found --------+Metric graph
COVERAGE vs ESCAPE RATE
escapes
|*
| *
| *
| ** <- knee: more random helps
| ****
+----------------> constrained-random depthMetrics and artifacts to collect
compliance pass rate
coverage closure
scoreboard mismatch rate
assertion fire count
waiver log
Mini case study
Block passed VIP compliance but chip failed: system test omitted cross-master ID reuse through a bridge. Scoreboard key did not include upstream port ID.
Debug branches
If VIP pass but silicon fail, check integration assumptions.
If scoreboard noisy, fix key (ID+port+addr).
If coverage plateau, add compliance gap analysis not more repeats.
Senior review question
Ask: what is the first transaction that deviates, and which spec rule does it test?
Key takeaways
Connect every protocol claim to a transaction identity and measurable metric.
Store the artifact (waveform, log, counter) next to every signoff decision.
Common pitfalls
Debugging timeouts without finding the first bad transaction.
Quoting peak bus width without payload efficiency and retry overhead.
Treating VIP compliance as a substitute for system integration replay.
Principal review addendum
Re-read Compliance & Coverage Plan against one concrete product workload, not a synthetic directed test.
compliance maps spec requirements to tests, assertions, coverage bins, exclusions, and signed waivers.