An LPDDR5 / DFI memory controller with a full RAS layer: inline SECDED on the data, It is delivered as a licensable soft-IP block engineered as an ASIL-B Safety Element out of Context — not just RTL, but the complete functional-safety work package needed to carry it into an ISO 26262 program:
An LPDDR5 / DFI memory controller with a full RAS layer: inline SECDED on the data, link-ECC over the DFI transport (with MRR poll of the DRAM write-link status), patrol scrub + on-read writeback, per-bank refresh, RFM/RAA, and non-ECC bypass regions.
JEDEC JESD209-5 (LPDDR5), JEDEC DFI 5.0; ISO 26262 ASIL-B SEooC
ASIL-B (SEooC) · SPFM 90.33% · LFM 88.72% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | RW [0]=ENABLE [2:1]=LP_REQ (0=run,1=power-down,2=self-refresh) [4:3]=FSP_REQ [5]=ECC_EN (inline data-at-rest SECDE… |
0x04 | STATUS | RO [0]=BUSY [1]=INIT_DONE [2]=ERR_VALID [6:3]=ERR_CODE [7]=REF_PENDING!=0 [9:8]=LP_STATE (0=run,1=PD,2=SR) [11:10]=… |
0x08 | T_RCD | RW ACT->column delay (clock counts; all timing CSRs are clocks) |
0x0C | T_RP | RW PRE->ACT |
0x10 | T_RAS | RW ACT->PRE |
…27 more registers — see datasheet for the full table.
// Minimal instantiation
lpddr5_ctrl #(
.ADDR_W(6)
) u_lpddr5_ctrl (
.clk (clk),
.rst_n (rst_n),
// APB4
.p_paddr (paddr),
.p_psel (psel),
.p_penable (penable),
.p_pwrite (pwrite),
.p_pwdata (pwdata),
.p_prdata (prdata),
.p_pready (pready),
// Safety
.err_clear (1'b0),
.err_valid (err_valid),
.err_code (err_code)
);Configure via the CTRL register after reset to enable the IP and set operating parameters. Monitor err_valid / err_code for any safety faults reported by the built-in safety monitor.
Typically deployed in RISC-V SoCs that need a safety-grade core, boot, memory, debug, and interrupt platform.
Pricing, the per-IP FMEDA, safety manual, and RTL data room are shared under a mutual NDA.
Figures are pre-silicon engineering-grade estimates for a Safety Element out of Context (SEooC); final ASIL sign-off is the integrator’s, supported under NDA. FMEDA and Safety Manual available under NDA.
circuit-design.space · +1-971-357-1400 · sales@circuit-design.space