From 75410a2a7f0abb8677c1e03bfe2238923219aa46 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 20 Feb 2022 15:25:50 -0800 Subject: CSn[0] is, in fact, a lie. We only have 23 bits of address space. --- hdl/command_parser.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdl/command_parser.sv') diff --git a/hdl/command_parser.sv b/hdl/command_parser.sv index 39e03db..92abced 100644 --- a/hdl/command_parser.sv +++ b/hdl/command_parser.sv @@ -12,7 +12,7 @@ module command_parser , input bit command_ready , output bit command_valid - , output bit [23:0] command_address + , output bit [22:0] command_address , output bit command_write , output bit [15:0] command_data ); -- cgit v1.2.3