Update sd controller with data host

This commit is contained in:
Byron Lathi
2024-03-12 20:23:41 -07:00
parent 455814ec14
commit 02097ff3b8
3 changed files with 93 additions and 86 deletions

View File

@@ -482,7 +482,11 @@ sd_controller_top u_sd_controller (
.i_sd_cmd(i_sd_cmd),
.o_sd_cmd(o_sd_cmd),
.o_sd_cmd_oe(o_sd_cmd_oe),
.o_sd_clk(o_sd_clk)
.o_sd_clk(o_sd_clk),
.i_sd_dat(i_sd_dat),
.o_sd_dat(o_sd_dat),
.o_sd_dat_oe(o_sd_dat_oe)
);
endmodule