jesd204rx is the JESD204B link + transport-layer receiver for high-speed payload-ADC / data-converter ingest, 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:
jesd204_rx is the JESD204B link + transport-layer receiver for high-speed payload-ADC / data-converter ingest, delivered as synthesizable SystemVerilog soft-IP with an APB4-lite control interface and built-in ISO 26262 (ASIL-B) safety instrumentation.
JEDEC JESD204B (link + transport layer only, 8b/10b — not JESD204C); ISO 26262 ASIL-B SEooC (SPFM 90.38%, LFM 89.93%, PMHF 2.98×10⁻⁹/h, Technology Preview / informational)
ASIL-B (SEooC) · SPFM 90.38% · LFM 89.93% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | RW [0]=EN, [1]=SUBCLASS, [4:2]=LANES_M1, [7:5]=F_M1, [12:8]=K_M1, [13]=SOFT_RST |
0x04 | STATUS | RO [1:0]=LINK_STATE, [2]=CGS_DONE, [3]=ILAS_DONE, [4]=CFG_CAPTURED, [5]=ALIGNED, [6]=SYNC_REQ, [7]=ERR_8B10B, [8]=ER… |
0x08 | INTR | W1C [0]=SYNC_DONE, [1]=ILAS_DONE, [2]=ERR_PROTO, [3]=ERR_TIMEOUT |
0x0C | INTR_EN | RW same bits |
0x10 | CFG_ID | RO captured ILAS config [7:0]=DID, [11:8]=BID, [16:12]=LID, [20:17]=L_M1, [28:21]=M_M1 |
…3 more registers — see datasheet for the full table.
// Minimal instantiation
jesd204_rx #(
.ADDR_W(6)
) u_jesd204_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 in-vehicle networks, industrial gateways, and sensor/actuator links where a bus controller has to carry its own safety argument.
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