From 39e1ed673f3870a2c07dcecd0dce91d542164dd7 Mon Sep 17 00:00:00 2001 From: uvok Date: Tue, 6 Jan 2026 11:59:03 +0100 Subject: use full address space --- nandgame/comb_mem.sv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nandgame/comb_mem.sv') diff --git a/nandgame/comb_mem.sv b/nandgame/comb_mem.sv index 3a4af75..fb87364 100644 --- a/nandgame/comb_mem.sv +++ b/nandgame/comb_mem.sv @@ -38,8 +38,7 @@ assign inv_clk_int = ~clk_in; my_mem #( .DATA_WIDTH(DATA_WIDTH), - // limit memory - .DATA_DEPTH(1024) + .DATA_DEPTH(65536) ) nand_memory ( .clk_i(inv_clk_int), .write_en_i(store_to_pa_in), -- cgit v1.2.3