fansensor reads a fan tachometer to report speed (period + cumulative edge count), flags a stalled fan, 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:
fan_sensor reads a fan tachometer to report speed (period + cumulative edge count), flags a stalled fan, and—for 4-wire fans—generates the PWM control signal.
Generic (4-wire PWM fan, IPMI FRU spec tach-pulse polarity)
ASIL-B (SEooC) · SPFM 93.00% · LFM 90.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]=EN [1]=MODE(0=4w,1=3w) [2]=PWM_EN 0x04 PWM_PERIOD 0x08 PWM_DUTY |
0x0C | TACH_PERIOD(RO) | 0x10 TACH_COUNT(RO) 0x14 STALL_TIMEOUT |
0x18 | STATUS | [0]=stall [1]=tach_valid [2]=spinning (RO) 0x1C IER |
// Minimal instantiation
fan_sensor #(
.ADDR_W(6)
) u_fan_sensor (
.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