~ruther/vhdl-i2c

ref: b9b3fcea757ffdf6e98f0bb550606e38642635e6 vhdl-i2c/tb/i2c d---------
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
97979bc7 — Rutherther 2 years ago
refactor: get rid of sda, scl overrides, drive sda, scl directly
9424c7dd — Rutherther 2 years ago
refactor: use 'H' std_logic state instead of custom pull up type
5a7785ce — Rutherther 2 years ago
tests: rename startstop_condition_detector testbench to contain tb
bb5425f8 — Rutherther 2 years ago
tests: add messages to checks
74d8f5e0 — Rutherther 2 years ago
tests: add pull up sda, scl behavior
043707bb — Rutherther 2 years ago
tests: split master i2c functions to separata package
872331db — Rutherther 2 years ago
feat: add clear_buffer input to tx
1a805dd2 — Rutherther 2 years ago
tests: add slave testbench
a94d88d5 — Rutherther 2 years ago
fix: make slave work
d2d01a3c — Rutherther 2 years ago
feat: handle ack in rx, tx
2759cb29 — Rutherther 2 years ago
feat(tx): remove unnecessary bit index
fa24a437 — Rutherther 2 years ago
chore: use process(all) for combinational processes
eb2258a9 — Rutherther 2 years ago
tests: add tx testbench
7eda96f7 — Rutherther 2 years ago
tests: add rx testbench
4b483a5b — Rutherther 2 years ago
tests: add startstop condition detector tests, fix behavior
a284ba60 — Rutherther 2 years ago
tests: add test for address detector