Update SD version and start working on DMA

This commit is contained in:
Byron Lathi
2024-07-21 18:58:35 -07:00
parent abb1668f14
commit 90c5c0dc94
5 changed files with 146 additions and 14 deletions

View File

@@ -180,7 +180,8 @@ IOBUF dat_buf (
);
mdl_sdio #(
.LGMEMSZ(16)
.LGMEMSZ(16),
.MEMFILE("sd_image.bin")
) u_sd_card_emu (
.sd_clk(o_sd_clk),
.sd_cmd(w_sd_cmd),