A synthesizable SystemVerilog CSI-2 Receiver IP that implements the MIPI CSI-2 v2.0 packet protocol layer above an external MIPI D-PHY Rx hard macro. 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 CSI-2 Receiver IP that implements the MIPI CSI-2 v2.0 packet protocol layer above an external MIPI D-PHY Rx hard macro.
MIPI CSI-2 v2.0, MIPI D-PHY
ASIL-B (SEooC) · SPFM 91.00% · LFM 89.98% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | RW [0]=EN, [2:1]=LANES, [6:3]=VC_FILTER, [7]=RESET |
0x04 | STATUS | RO [0]=FRAME_ACTIVE, [1]=LINE_ACTIVE, [2]=FIFO_EMPTY, [3]=ECC_ERR, [4]=CRC_ERR |
0x08 | INTR | W1C [0]=FRAME_START, [1]=FRAME_END, [2]=ECC_ERR, [3]=CRC_ERR, [4]=FIFO_OVF |
0x0C | INTR_EN | RW same bits |
0x10 | FRAME_CNT | RO frames received |
…3 more registers — see datasheet for the full table.
// Minimal instantiation
csi2_rx #(
.ADDR_W(6)
) u_csi2_rx (
.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