~ruther/vhdl-i2c

ref: da60d1f13356b798f9fc9a7b734c9f81ec1187b7 vhdl-i2c/tb/i2c/slave_tb.vhd -rw-r--r-- 6.0 KiB
0f8e8a52 — Rutherther 2 years ago
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
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
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