From d9be81d78a2f8ddd8c4e2511b5d46de4f73d2e3a Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 20 Feb 2022 15:27:38 -0800 Subject: Use linear burst mode instead of hybrid. --- hdl/ram_controller.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl') diff --git a/hdl/ram_controller.sv b/hdl/ram_controller.sv index 5ce0478..f3272e7 100644 --- a/hdl/ram_controller.sv +++ b/hdl/ram_controller.sv @@ -144,7 +144,7 @@ module ram_controller SEND_COMMAND_1: begin ram_data_oe = 1; - ram_data_out = {!write, 1'b0, 1'b0, 5'b0}; // R/W#, ADDRSPACE, BURST, RESERVED + ram_data_out = {!write, 1'b0, 1'b1, 5'b0}; // R/W#, ADDRSPACE, BURST, RESERVED end SEND_COMMAND_2: begin -- cgit v1.2.3