~ruther/vhdl-i2c

ref: 37f25c631ded6dc90b171ba2c733eda51a5f31bc vhdl-i2c/src/i2c/slave_state.vhd -rw-r--r-- 4.1 KiB
57bc4031 — Rutherther 2 years ago
feat: store address, rw in address generator or detector
0f8e8a52 — Rutherther 2 years ago
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
872331db — Rutherther 2 years ago
feat: add clear_buffer input to tx
a94d88d5 — Rutherther 2 years ago
fix: make slave work
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
18c09799 — Rutherther 2 years ago
feat: add i2c slave state entity