~ruther/vhdl-i2c

ref: a49d1444e780cccbd0b1daa29243404effbecefd vhdl-i2c/src/i2c/rx.vhd -rw-r--r-- 6.0 KiB
4314be3c — Rutherther 2 years ago
feat: add done fields to tx, rx
b9b3fcea — Rutherther 2 years ago
chore: get rid of "pulse" from scl names
0f8e8a52 — Rutherther 2 years ago
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
fa24a437 — Rutherther 2 years ago
chore: use process(all) for combinational processes
1b76b9a1 — Rutherther 2 years ago
feat(rx): make rx idle on start/stop condition
596ae7c2 — Rutherther 2 years ago
fix(rx): stretching behavior
a0768458 — Rutherther 2 years ago
refactor(rx): do not use unnecessary index
81020916 — Rutherther 2 years ago
fix: make rx properly working
ac3b7a68 — Rutherther 2 years ago
feat: add i2c rx, tx entities