A configurable digital decimation front-end for isolated sigma-delta (ΔΣ) modulators, delivered as synthesizable SystemVerilog soft-IP. 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 configurable digital decimation front-end for isolated sigma-delta (ΔΣ) modulators, delivered as synthesizable SystemVerilog soft-IP.
IEC 61800-5-2 (motor current sensing), STM DFSDM / TI SDFM interface
ASIL-B (SEooC) · SPFM 92.00% · LFM 100.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x04 | STATUS | RO [0]=TRIP, [NCH-1:0] in [8+:NCH] = per-ch over-range (live) |
0x08 | TRIPEN | [NCH-1:0] per-channel over-range -> TRIP enable |
0x0C | TRIPCLR | W1: clear the latched TRIP (only once no channel is over-range) |
0x10 | IER | [0]=NEWDATA_IE [1]=TRIP_IE |
0x14 | ISR | RW1C [0]=NEWDATA(any ch) [1]=TRIP |
…2 more registers — see datasheet for the full table.
// Minimal instantiation
sdfm #(
.ADDR_W(6)
) u_sdfm (
.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 motor drives, power conversion, and sensor front-ends in automotive and industrial systems.
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