minor update

This commit is contained in:
Blaise Tine
2020-12-03 08:47:03 -08:00
parent b7a724410b
commit 0a8f41964d
5 changed files with 101 additions and 70 deletions

View File

@@ -16,7 +16,7 @@
`endif
`ifndef NUM_THREADS
`define NUM_THREADS 8
`define NUM_THREADS 4
`endif
`ifndef NUM_BARRIERS
@@ -36,7 +36,7 @@
`endif
`ifndef L1_BLOCK_SIZE
`define L1_BLOCK_SIZE 16
`define L1_BLOCK_SIZE (`NUM_THREADS * 4)
`endif
`ifndef STARTUP_ADDR