summaryrefslogtreecommitdiff
path: root/nandgame/comb_mem.sv
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/comb_mem.sv')
-rw-r--r--nandgame/comb_mem.sv3
1 files changed, 1 insertions, 2 deletions
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),