~ruther/vhdl-i2c

ref: 7adfb58d00fde5e55291a4bd9e3e08d60dffa6be vhdl-i2c/src/i2c d---------
feat: add stateful sda, scl switch
chore: use process(all) for combinational processes
fix: tx bugs
feat(rx): make rx idle on start/stop condition
fix(rx): stretching behavior
refactor(rx): do not use unnecessary index
chore: use integer instead of natural when with range
fix: make rx properly working
tests: add startstop condition detector tests, fix behavior
fix: bugs in address detector
fix: compilation errors
feat: add i2c slave state entity
feat: add i2c misc entities
feat: add i2c rx, tx entities