~ruther/vhdl-i2c

ref: d664c0405e456e109efe8c909214a52cf47bdec6 vhdl-i2c/tb/i2c/tb_i2c_master_pkg.vhd -rw-r--r-- 4.5 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
bb5425f8 — Rutherther 2 years ago
tests: add messages to checks
043707bb — Rutherther 2 years ago
tests: split master i2c functions to separata package