A configurable Quadrature Encoder Interface (QEI / eQEP) 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 Quadrature Encoder Interface (QEI / eQEP) delivered as synthesizable SystemVerilog soft-IP.
JESD86-A incremental encoder interface (generic eQEP pattern)
ASIL-B (SEooC) · SPFM 100.00% · LFM 100.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | [0]=EN [1]=IDX_RST (index pulse zeroes POS) [2]=DIR_INV |
0x04 | STATUS | [0]=DIR (1=up/forward) [1]=IDX_SEEN (sticky) [2]=VEL_REJECT (last reading tossed) |
0x08 | POS | position count (RO) 0x0C MAXCNT modulus; 0 = free-running 2^W |
0x10 | VEL | signed net steps in last window (RO) 0x14 VELDIV window length in clocks |
0x18 | IER | [0]=IDX_IE [1]=WRAP_IE 0x1C ISR [0]=IDX [1]=WRAP (write-1-to-clear) |
…3 more registers — see datasheet for the full table.
// Minimal instantiation
qei #(
.ADDR_W(6)
) u_qei (
.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