~ruther/vhdl-i2c

d664c040 — Rutherther 2 years ago
tests: add address generator testbench
af2d3f6d — Rutherther 2 years ago
fix: address generator minor issues
da60d1f1 — Rutherther 2 years ago
tests: add startstop condition generator testbench
04a3f765 — Rutherther 2 years ago
fix: start stop condition generator behavior
8cb19e05 — Rutherther 2 years ago
fix: make sure scl changed after delay
5e18b859 — Rutherther 2 years ago
tests: add test for scl generator
4271d9e2 — Rutherther 2 years ago
fix: scl generator minor mistakes
db219027 — Rutherther 2 years ago
feat: add master top entity
eacfbadd — Rutherther 2 years ago
fix: mcu slave tbs, wait for sync rst
027d147c — Rutherther 2 years ago
chore: test flags for ghdl to compile
69ecbbe1 — Rutherther 2 years ago
feat: synchronize reset in mcu slave tops
bf4397a4 — Rutherther 2 years ago
feat: add master state entity
e466c60f — Rutherther 2 years ago
feat: add scl generator
0ae952da — Rutherther 2 years ago
feat: add address generator
78b6d93e — Rutherther 2 years ago
feat: add start, stop condition generator
a0408217 — Rutherther 2 years ago
feat: add waiting output to slave
4314be3c — Rutherther 2 years ago
feat: add done fields to tx, rx
162bd41b — Rutherther 2 years ago
tests(mcu): count correctly, excluding the address
b9b3fcea — Rutherther 2 years ago
chore: get rid of "pulse" from scl names
0f8e8a52 — Rutherther 2 years ago
feat: handle errors in slave state

Moves logic of error handling to slave_state
from tx entity.
Next