diff --git a/hw/fpga/sd_controller.sv b/hw/fpga/sd_controller.sv index c606a31..54b7001 100644 --- a/hw/fpga/sd_controller.sv +++ b/hw/fpga/sd_controller.sv @@ -136,6 +136,7 @@ always_comb begin end if (~i_sd_data) begin + next_state.d_bit_count = '1; next_state.macro = RXDATA; end