SoC Integration · All levels

AXI/ACE Contracts: Software / Programmer View

Software / Programmer View for AXI/ACE Contracts.

Hardware / software view

Master behavior and ordering semantics drive integration correctness.

What firmware teams feel

  • Boot instability

  • Contract drift after minor RTL change

Contract impact

  • Register defaults

  • interrupt behavior

  • clock/reset assumptions

Build and integration notes

  • Synth/PD assumptions can invalidate software expectations

Mitigations

  • Versioned contracts

  • joint hw/sw readiness reviews

diagram
HW/SW CONTRACT — AXI/ACE Contracts
// firmware init order must match reset/clock release assumptions

Layer software touches

diagram
SOC INTEGRATION LAYERS — AXI/ACE Contracts

layer               owns                          failure mode
-----------------   ---------------------------   ------------------------
architecture        partition + contracts         impossible budgets
ip handoff          models + collateral           integration mismatch
fabric/clock/reset  global behavior               domain deadlock
physical/package    route + SI/PI + IO            late closure churn
signoff process     manifests + waivers           non-reproducible claims
program governance  owners + escalations          schedule collapse

SoC deep dive

Fabric correctness and contention behavior must be proven together.

Concept diagram

diagram
FABRIC FLOW
masters -> routers/VCs -> slaves + memory

Metric graph

diagram
LATENCY TAIL
p50 ███
p95 ██████
p99 ██████████

Reports and artifacts

  • NoC contention heatmap

  • ordering violation report

  • QoS fairness summary

  • protocol trace

Mini case study

Bandwidth looked fine at average load, but p99 tail violated SLA due to arbitration starvation.

Debug branches

  • Isolate traffic class

  • Check ordering assumptions

  • Audit arbitration policy

Senior review question

Ask: what baseline, owner, and artifact prove this topic is truly closed?

Key takeaways

  • State baseline manifest and owner with every closure metric.

  • Run cross-domain regression after every top-level fix.

Common pitfalls

  • Comparing results across different manifests.

  • Unowned issues slipping through review cycles.

  • Waiving risks without expiry and validation plan.

Principal SoC review addendum

AXI/ACE integration depends on preserving ID, ordering, coherency attributes, and sideband semantics through bridges and fabric adapters.

Metric: ordering violations, protocol error rate, outstanding depth stability