DRAM & Memory Design · All levels
Rowhammer and Disturb Effects: Inputs and Outputs
Inputs and Outputs for Rowhammer and Disturb Effects.
Inputs and outputs contract
Inputs and Outputs for Rowhammer and Disturb Effects focuses on hammer threshold margin, disturb-induced bit flip count, mitigation hit rate. The purpose is to turn memory observations into mechanism-backed actions with explicit owners and release-safe validation.
Use this contract for architecture, controller firmware, PHY, and validation handoffs. Missing inputs create expensive late-stage rework and inconclusive debug loops.
INPUTS
- workload distribution and QoS target
- firmware revision, controller policy profile, timing registers
- data-rate / voltage / temperature operating state
- training snapshot and reliability policy status
OUTPUTS
- bottleneck classification with command-level evidence
- owner-signed mitigation proposal
- before/after trend for latency, bandwidth, and reliability
- regression matrix with rollback triggersOwnership split
MEMORY OWNERSHIP LAYERS - Rowhammer and Disturb Effects
artifact area owner
---------------- ----------------------------
architecture memory controller owner
controller FW security architect
verification validation owner
silicon bringup TBD
Rule: every signoff metric has a named accountable owner.DRAM deep dive
Reliability closure combines ECC policy, scrub cadence, and disturbance mitigation like row-hammer controls.
Concept diagram
RELIABILITY LOOP
error detect -> ECC correct/report -> scrub/retire policy -> monitor recurrenceMetric graph
ERROR MANAGEMENT TREND
correctable events ███████
silent-data-risk ██
unrecoverable events █Reports and artifacts
correctable/uncorrectable error trend
scrub interval effectiveness report
row-hammer monitor log
fault-injection coverage summary
Mini case study
Relaxed scrub interval improved bandwidth in test but allowed burst correctables to cluster into service-visible latency spikes.
Debug branches
Segment ECC events by bank, rank, and temperature
Tune scrub cadence with workload-aware idle windows
Verify row-hammer mitigation using adversarial patterns
Senior review question
Ask: which latency, bandwidth, and reliability evidence proves this DRAM topic is closed under real traffic?
Key takeaways
Always tie controller and PHY counter shifts to application latency and throughput outcomes.
Lock firmware timing profile, thermal condition, and DIMM state before comparing DRAM captures.
Common pitfalls
Chasing peak bandwidth while ignoring p99 latency and fairness tails.
Changing timing guardbands without separating SI noise from scheduling issues.
Declaring closure without reliability gates, fault injection, and regression replay.
Handoff explanation
Inputs extend beyond timing registers. DRAM analysis inputs include traffic distribution, address map, queue policy, training state, SI/PI condition, thermal state, and firmware version.
Outputs must be action-ready: hammer threshold margin, disturb-induced bit flip count, mitigation hit rate, artifact packet (rowhammer stress log, aggressor-victim address trace, mitigation counter report), bottleneck class, owner, expected gain, and rollback scope. "Bandwidth improved" without this packet is not signoff-ready.
The safest handoff is a before/after evidence set: environment tags, traces, hypothesis, chosen fix, rejected alternatives, and regression criteria.