bloomfilter is a synthesizable, ASIL-B counting Bloom filter soft-IP: a compact, 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:
bloom_filter is a synthesizable, ASIL-B counting Bloom filter soft-IP: a compact, self-checking accelerator for approximate set membership with deletion support.
Generic (counting Bloom filter); ISO 26262 ASIL-B SEooC overlay
ASIL-B (SEooC) · SPFM 90.90% · LFM 90.00% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | RW [0]=CLEAR (self-clearing; sweeps the whole table to empty) |
0x04 | STATUS | RO [0]=BUSY, [1]=OP_DONE(sticky), [2]=ERR_VALID, [6:3]=ERR_CODE |
0x08 | OCCUPANCY | RO running net insert count since reset/clear (fill estimate, saturating) |
0x0C | SEED0 | RW [31:0] multiply-shift constant A1 for base hash h1 (odd recommended) |
0x10 | SEED1 | RW [31:0] multiply-shift constant A2 for base hash h2 (forced odd internally) |
…1 more registers — see datasheet for the full table.
// Minimal instantiation
bloom_filter #(
.ADDR_W(6)
) u_bloom_filter (
.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 specialized datapath and acceleration needs across the portfolio.
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