~ruther/vhdl-i2c

ref: 9b0b309f2f2c064ca2317d51637edef05a0bb2bf vhdl-i2c/src/i2c/tx.vhd -rw-r--r-- 6.8 KiB
ae22db96 — Rutherther 2 years ago
fix: many changes
344efa0b — Rutherther 2 years ago
fix: some stuff
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.
77938255 — Rutherther 2 years ago
feat: add unexpected_sda tx signal
872331db — Rutherther 2 years ago
feat: add clear_buffer input to tx
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
2759cb29 — Rutherther 2 years ago
feat(tx): remove unnecessary bit index
560ec129 — Rutherther 2 years ago
fix: tx bugs
f32d86dd — Rutherther 2 years ago
chore: use integer instead of natural when with range
c883d633 — Rutherther 2 years ago
fix: compilation errors
ac3b7a68 — Rutherther 2 years ago
feat: add i2c rx, tx entities