ARINC 717 Flight-Data-Recorder (FDR) bus controller with an APB4-lite slave and an ASIL-B safety monitor. 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:
ARINC 717 Flight-Data-Recorder (FDR) bus controller with an APB4-lite slave and an ASIL-B safety monitor.
ARINC 717 (Harvard bi-phase Flight-Data-Recorder bus, 768-12,288 bps); DO-254/ED-80 airborne electronic hardware design-assurance framing; ISO 26262 ASIL-B SEooC (SPFM 91.30%, LFM 88.03%, PMHF 5.41×10⁻⁹/h)
ASIL-B (SEooC) · SPFM 91.30% · LFM 88.03% · PASS
ISO 26262-5 FMEDA method (transferable evidence for the RTCA DO-254 assurance case) · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]EN [1]LOOPBACK [2]TXBUF_LOAD_RST [3]reserved |
0x04 | STATUS | [0]TX_BUSY [1]RX_LOCKED [2]TX_SF_DONE [3]RX_SF_DONE [5:4]tx_subframe [7:6]rx_subframe [10:8]fsm_state [14:11]tx_word_… |
0x08 | CFG | [2:0]WPS_SEL (0=64 1=128 2=256 3=512 4=1024 wps) [3]CFG even-parity bit |
0x0C | SYNC12 | [11:0]SYNC1 — write SF1 sync; [27:16]=read-back; auto-targets SF index |
0x10 | SYNC34 | [11:0]SYNC3 … (paired sync programming; see SYNCSEL) |
…6 more registers — see datasheet for the full table.
// Minimal instantiation
arinc717 #(
.ADDR_W(6)
) u_arinc717 (
.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 avionics, defense, and space systems built to the ARINC, MIL-STD, and CCSDS standards.
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