~ruther/vhdl-spi-2

0d966c33 — Rutherther 3 months ago
feat: add initial test for spi peripheral
21e3de55 — Rutherther 3 months ago
fix: master didn't go to invalid data when data are read on first cycle of ready
633b353a — Rutherther 3 months ago
fix: masterslave component inputs tx_valid, rx_ready were outs
88802885 — Rutherther 3 months ago
feat: implement spi memory mapped peripheral
fcd7233f — Rutherther 3 months ago
feat: add test for lsbfirst
c64223e8 — Rutherther 3 months ago
feat: add lsbfirst support
064c8c00 — Rutherther 3 months ago
chore: remove todo comments
b0573427 — Rutherther 3 months ago
fix: rx, tx disabling
54521aad — Rutherther 3 months ago
feat: add csn pulse test and rx, tx disabling test
e70719e8 — Rutherther 3 months ago
feat: add tests for rx blocking
6883a176 — Rutherther 3 months ago
fix: prevent pulses on tx_ready_o, rx_block assertion when rx is ready
9c617e84 — Rutherther 3 months ago
chore: move spi models to separate file
1e50c836 — Rutherther 3 months ago
fix: clkgen for various phases and polarities
6d0d2eed — Rutherther 3 months ago
feat: add tests for clock phase, polarity
19cab454 — Rutherther 3 months ago
fix: support other divisors than 2
5c7a8bb4 — Rutherther 3 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)
94410b0e — Rutherther 3 months ago
feat: tests for multiple transmissions, rx lost
e9f10c1e — Rutherther 3 months ago
chore: add ghdl support vhdl2008 arg
cd5b4c89 — Rutherther 3 months ago
chore: update cocotb
55fdca2b — Rutherther 3 months ago
fix: sck generation

Sampling and changing was offset by one clock,
which is unnecesary. The clock wasn't correct
frequency, ie. divisor 2 led to division by 3
Next
Do not follow this link