tridoracpu: cache bug fixes
This commit is contained in:
parent
651a451d53
commit
8abd9fc126
5 changed files with 27 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue