Skip to content

Results

Sample Text Report

The full checked-in sample report is available here:

Current Tier 2 summary from the sample report:

Tier 2 Cross Reference
60 direct matches
14 JSON-only extension names
4 JSON internal or privilege-style tags
58 manual-only extension names
45 manual umbrella, profile, or privileged names

Sample Graph Artifact

The checked-in graph files are available here:

Embedded Graph

RISC-V extension graph showing shared instructions between extensions

Each edge connects two extension tags that share at least one instruction. The edge label is the number of shared instructions.

DOT Excerpt

graph riscv_extensions {
  graph [overlap=false];
  node [shape=ellipse];
  "rv64_zk" -- "rv64_zkn" [label="16"];
  "rv_zk" -- "rv_zkn" [label="15"];
}

Notes

The sample report separates direct extension-name mismatches from internal JSON tags and manual umbrella, profile, or privileged names, so the Tier 2 output is easier to review.