~ruther/vhdl-i2c

ref: db21902791769b9c46f054a1923b33ca0f64d1b8 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