summaryrefslogtreecommitdiff
path: root/hdl/ram_controller.sv
diff options
context:
space:
mode:
Diffstat (limited to 'hdl/ram_controller.sv')
-rw-r--r--hdl/ram_controller.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/ram_controller.sv b/hdl/ram_controller.sv
index 015eef0..0789cac 100644
--- a/hdl/ram_controller.sv
+++ b/hdl/ram_controller.sv
@@ -33,7 +33,7 @@ module ram_controller
33 33
34 bit slow; 34 bit slow;
35 35
36 enum 36 (* syn_encoding = "one-hot" *) enum
37 { CHIP_SELECT 37 { CHIP_SELECT
38 38
39 , SEND_COMMAND_1 39 , SEND_COMMAND_1