
Digital MIPI CSI-2 v2.0 packet-protocol receiver that composes with any external D-PHY Rx macro and protects every frame with header ECC… 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 CSI-2 v2.0 receiver that decodes the packet protocol layer above an external D-PHY Rx hard macro — ECC-checked headers, CRC-verified payloads, virtual-channel/data-type filtering, and frame/line sync events — into a 32-bit pixel bus for the imaging pipeline.
LANES parameter), digital-only and technology-independent — composes with any byte-clock/byte-data D-PHY Rx macroerr\_code 2err\_code 3, STATUS.CRC\_ERR, and increments ERR\_CNT[15:8]err\_code 9err\_code 2VC\_ENABLE[3:0]) and data-type (DT\_FILTER[5:0]) filtering, plus frame/line sync event generation (frame start/end, line start/end) into the pixel-output sidebanderr\_code 1; shared safety\_monitor aggregation with maskable csi2\_irq\_oMIPI CSI-2 v2.0 packet protocol; composes with external MIPI D-PHY v1.2+ Rx macros; APB4 slave register interface; ISO 26262 ASIL-B SEooC (SPFM 91.00%, LFM 89.98%, PMHF 1.14×10⁻⁸/h — gated FMEDA on a measured element count)
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 — NOTE: bits [3]/[4] are single-cycl… |
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 · anovickis@circuit-design.space