minor update

This commit is contained in:
Blaise Tine
2021-04-26 20:34:28 -07:00
parent 0910f95616
commit 64848788a1
3 changed files with 24 additions and 22 deletions

View File

@@ -34,11 +34,7 @@
`endif
`ifndef MEM_BLOCK_SIZE
`ifdef LOCAL_MEM_DATA_N_BYTES
`define MEM_BLOCK_SIZE `LOCAL_MEM_DATA_N_BYTES
`else
`define MEM_BLOCK_SIZE 64
`endif
`define MEM_BLOCK_SIZE 64
`endif
`ifndef L1_BLOCK_SIZE