caravel/verilog
Tim Edwards e6a94449ce Modified the housekeeping SPI to generate a read strobe (or rather
status) so that between rdstb and wrstb, the SPI signals when it is
about to read or write a byte.  The back-door wishbone interface then
stalls the CPU during these periods.  That allows the CPU to continue
running while the SPI is being accessed without data collisions and
without having to stall for the entire time CSB is held low.
Because SCK is asynchronous to the clock, rare collisions are still
possible;  this is not expected to be an issue but might be worth
investigating.
2021-10-23 22:06:24 -04:00
..
dv/caravel Corrected the last testbenches, added a new testbench for the spi_master 2021-10-21 19:48:24 -04:00
rtl Modified the housekeeping SPI to generate a read strobe (or rather 2021-10-23 22:06:24 -04:00