~ruther/vhdl-i2c

ref: 69ecbbe10f8d19ba5c08df88c6065b0aea2c4aa2 vhdl-i2c/tb/i2c/tx_tb.vhd -rw-r--r-- 7.7 KiB
chore: get rid of "pulse" from scl names
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
feat: add unexpected_sda tx signal
tests: split master i2c functions to separata package
feat: handle ack in rx, tx
feat(tx): remove unnecessary bit index
tests: add tx testbench