~ruther/vhdl-i2c

ref: 57bc4031f549c4c98b9f726cf3ca7681299aa521 vhdl-i2c/src/i2c/slave.vhd -rw-r--r-- 6.9 KiB
feat: store address, rw in address generator or detector
feat: add waiting output to slave
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
feat: add clear_buffer input to tx
fix: make slave work
feat: add slave top