From 14cf303c9f1e381cdfcbd86b54010d7673cd9e15 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 12 Mar 2024 21:51:55 -0700 Subject: [PATCH] Update sd controller for sim --- hw/super6502_fpga/sources.list | 3 ++- hw/super6502_fpga/src/sub/sd_controller | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/super6502_fpga/sources.list b/hw/super6502_fpga/sources.list index 2cf8304..7c75831 100644 --- a/hw/super6502_fpga/sources.list +++ b/hw/super6502_fpga/sources.list @@ -19,4 +19,5 @@ src/sub/sd_controller/src/crc7.sv src/sub/sd_controller/src/crc16.sv src/sub/sd_controller/src/sd_command.sv src/sub/sd_controller/src/sd_control.sv -src/sub/sd_controller/src/sd_controller_top.sv \ No newline at end of file +src/sub/sd_controller/src/sd_controller_top.sv +src/sub/sd_controller/src/sd_data.sv \ No newline at end of file diff --git a/hw/super6502_fpga/src/sub/sd_controller b/hw/super6502_fpga/src/sub/sd_controller index b4212ba..52665b1 160000 --- a/hw/super6502_fpga/src/sub/sd_controller +++ b/hw/super6502_fpga/src/sub/sd_controller @@ -1 +1 @@ -Subproject commit b4212ba107ea3b251918ba356c339a64897ae085 +Subproject commit 52665b1b897ef77b79caf687c9dbfda4f62110a5