~ruther/vhdl-i2c

ref: 69ecbbe10f8d19ba5c08df88c6065b0aea2c4aa2 vhdl-i2c/src/i2c d---------
feat: add master state entity
e466c60f — Rutherther 2 years ago
feat: add scl generator
0ae952da — Rutherther 2 years ago
feat: add address generator
78b6d93e — Rutherther 2 years ago
feat: add start, stop condition generator
a0408217 — Rutherther 2 years ago
feat: add waiting output to slave
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
a94d88d5 — Rutherther 2 years ago
fix: make slave work
068391c6 — Rutherther 2 years ago
feat: add slave top
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
2759cb29 — Rutherther 2 years ago
feat(tx): remove unnecessary bit index
33d341bb — Rutherther 2 years ago
feat: add stateful sda, scl switch
fa24a437 — Rutherther 2 years ago
chore: use process(all) for combinational processes
560ec129 — Rutherther 2 years ago
fix: tx bugs
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
Next