A synthesizable SystemVerilog MIPI DSI (Display Serial Interface) Host Controller. 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:
A synthesizable SystemVerilog MIPI DSI (Display Serial Interface) Host Controller. Digital-only; it implements the DSI packet protocol layer and connects to an external MIPI D-PHY Tx hard macro via a parallel byte-data interface.
MIPI DSI, MIPI D-PHY, ISO 26262 (SEooC)
ASIL-B (SEooC) · SPFM 93.75% · LFM 90.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x05 | — | DCS short write (0 param) : 4 bytes: [DI][P0=cmd][P1=0][ECC] |
0x15 | — | DCS short write (1 param) : 4 bytes: [DI][P0=cmd][P1=param][ECC] |
0x39 | — | DCS long write : header(4)+payload[N]+CRC16(2) |
0x3E | — | Packed pixel stream, 24-bit RGB888 |
0x00 | CTRL | RW [0]=EN [1]=MODE(0=CMD,1=VID) [3:2]=LANES [4]=LP_EN [5]=RESET |
…7 more registers — see datasheet for the full table.
// Minimal instantiation
dsi_host #(
.ADDR_W(6)
) u_dsi_host (
.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 instrument clusters, camera pipelines, and safety-monitored display paths.
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