tridoracpu: cache bug fixes

This commit is contained in:
slederer 2025-03-29 01:29:16 +01:00
parent 651a451d53
commit 8abd9fc126
5 changed files with 27 additions and 27 deletions

View file

@ -107,7 +107,7 @@ module sdspi(
tx_fifo_empty
);
fifo #(.ADDR_WIDTH(8)) rx_fifo(clk, reset,
fifo #(.ADDR_WIDTH(10)) rx_fifo(clk, reset,
rx_fifo_wr_en, rx_fifo_rd_en,
rx_shifter, rx_fifo_out,
rx_fifo_full,