flexray is an ISO 17458 / FlexRay 3.0.1 time-triggered communication controller (TT-CC): a synthesizable SystemVerilog protocol engine for the… 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:
flexray is an ISO 17458 / FlexRay 3.0.1 time-triggered communication controller (TT-CC): a synthesizable SystemVerilog protocol engine for the dual-channel (A/B) TDMA static segment, with an APB4-lite slave register interface and built-in ASIL-B safety instrumentation.
ISO 17458 / FlexRay 3.0.1; ISO 26262 ASIL-B SEooC (SPFM 94.05%, LFM 90.00%, PMHF 9.41×10⁻⁹/h)
ASIL-B (SEooC) · SPFM 94.05% · LFM 90.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]=POC_RUN(enable) [1]=CHA_EN [2]=CHB_EN [3]=LOOPBACK [4]=RXPOP(W1 self-clear) |
0x04 | STATUS | [0]=RX_VALID [1]=SYNC_OK [2]=IN_STATIC [5:3]=fsm_state [13:8]=cycle_cnt [14]=RX_FULL [15]=SYNC_SEEN [21:16]=slot_cnt |
0x08 | CFG | [3:0]=STATIC_SLOTS(num static slots,1..MAX) [9:4]=SLOT_TICKS(ticks/slot) [15:10]=NIT_TICKS [16]=SYNC_REQ(require a s… |
0x0C | TIMING | [15:0]=SYNC_TIMEOUT (cycles w/o a sync frame -> loss-of-sync, err4) |
0x10 | SCHED_IDX | [3:0]=slot index selected for SCHED_DAT access |
…7 more registers — see datasheet for the full table.
// Minimal instantiation
flexray #(
.ADDR_W(6)
) u_flexray (
.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