ISO 7816 card-side (ICC) controller — autonomous ATR, PPS negotiation, T=0 AND T=1, lockstep-safe. 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 synthesizable ISO/IEC 7816 contact smart-card ICC-side (the card itself, not the reader) controller soft-IP — a responder role, matching the catalog’s established responder/target pattern (cxpi_node/smbus_slave/pmbus_dev/avsbus_target) — this IP is the card side; a paired VIP (reader/controller side) is a later, separate effort.
ISO/IEC 7816-3/-4 (public shape only — clean-room reduced-scope approximation, not a verified implementation of the licensed specification)
ASIL-B (SEooC) · SPFM 91.05% · LFM 89.41% · PASS
ISO 26262:2018 · FMEDA available · Safety Manual included
| Offset | Register | Description |
|---|---|---|
0x00 | CTRL | RW [0]EN [1]CONVENTION(0=direct,1=inverse) [2]ATR_TCK_EN [3]ERR_SIG_EN [4]RST_START(self-clearing test/diag re-ATR) |
0x04 | STATUS | RO [0]BUSY [1]ATR_DONE [2]PPS_DONE [3]CMD_RDY [4]T0_TXDONE [5]T0_RXDONE [6]T1_RXDONE [7]T1_TXDONE [8]PROTO(0=T0,1=T1… |
0x08 | BAUD | RW [15:0] 16x-oversampled etu divisor (cxpi_node.sv convention) |
0x0C | ATR_LEN | RW [5:0] ATR bytes after TS (T0..last historical), clipped to 8 |
// Minimal instantiation
iso7816_icc #(
.ADDR_W(6)
) u_iso7816_icc (
.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 in-vehicle networks, industrial gateways, and sensor/actuator links where a bus controller has to carry its own safety argument.
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 · anovickis@circuit-design.space