Reduce sd_controller addr width from 4 to 3

This commit is contained in:
Byron Lathi
2022-04-09 17:31:25 -05:00
parent 38566f7b4a
commit 31a4656cac
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ module sd_controller(
input clk,
input rst,
input [3:0] addr,
input [2:0] addr,
input [7:0] data,
input cs,