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/top.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hdl/top.sv') diff --git a/hdl/top.sv b/hdl/top.sv index 4fe4130..e170fe0 100644 --- a/hdl/top.sv +++ b/hdl/top.sv @@ -3,7 +3,7 @@ module top , input bit resetn , output bit ram_resetn - , output bit [1:0] ram_csn + , output bit ram_csn , output bit ram_clkp , output bit ram_clkn , inout bit ram_rwds @@ -28,7 +28,7 @@ module top bit command_ready; bit command_valid; - bit [23:0] command_address; + bit [22:0] command_address; bit command_write; bit [15:0] command_data; -- cgit v1.2.3