~ruther/vhdl-spi-2

ref: e70719e8cf9dafc7497ce10d233b2251c730b7eb vhdl-spi-2/hdl_spi/src/spi_master_ctrl.vhd -rw-r--r-- 8.4 KiB
6883a176 — Rutherther 10 months ago
fix: prevent pulses on tx_ready_o, rx_block assertion when rx is ready
19cab454 — Rutherther 10 months ago
fix: support other divisors than 2
5c7a8bb4 — Rutherther 10 months ago
fix: multiple issues in design

- setting lost rx data at correct time
- clearing lost rx data on start so the value is determined
- resolving pulses on stuff that depended on zero signal in ctrl
- allowing next tx right after one ended (crucial for divisor = 2)
d990ecaa — Rutherther 10 months ago
feat: implement masterslave spi switch peripheral
dc0e370a — Rutherther 10 months ago
feat: implement initial hdl_spi