~ruther/vhdl-spi-2

ref: 1e50c8368c7f12f9f6be6f96715683d607a1f162 vhdl-spi-2/hdl_spi/src/spi_masterslave.vhd -rw-r--r-- 11.0 KiB
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)
c7e76050 — Rutherther 10 months ago
fix: master_ctrl_rst_n shou be used, not master_ctrl_rst, start_clock is split
d990ecaa — Rutherther 10 months ago
feat: implement masterslave spi switch peripheral