~ruther/vhdl-spi-2

ref: e9f10c1ef38e201d7a475ca12c49aaf876453b6d vhdl-spi-2/hdl_spi/src d---------
55fdca2b — Rutherther 9 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
c7e76050 — Rutherther 9 months ago
fix: master_ctrl_rst_n shou be used, not master_ctrl_rst, start_clock is split
83810d3d — Rutherther 9 months ago
fix: do not pass rx_serial_o from spi_multiplexor when not enabled
b1b126ae — Rutherther 9 months ago
fix: prevent slave ctrl sending X's
d990ecaa — Rutherther 9 months ago
feat: implement masterslave spi switch peripheral
dc0e370a — Rutherther 9 months ago
feat: implement initial hdl_spi