diff options
| author | uvok | 2026-01-06 11:59:03 +0100 |
|---|---|---|
| committer | uvok | 2026-01-06 11:59:03 +0100 |
| commit | 39e1ed673f3870a2c07dcecd0dce91d542164dd7 (patch) | |
| tree | 179613eca649e2561f234c155c7f7cfacfd2888a /nandgame/comb_mem.sv | |
| parent | 11b3295acf4da3fd62a1cc2862e3e1b36bbf4c72 (diff) | |
use full address space
Diffstat (limited to 'nandgame/comb_mem.sv')
| -rw-r--r-- | nandgame/comb_mem.sv | 3 |
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), |
