new regression tests

This commit is contained in:
Blaise Tine
2021-08-02 16:05:33 -07:00
parent 6525dff158
commit 91d4419fae
11 changed files with 612 additions and 8 deletions

View File

@@ -318,9 +318,10 @@
// SM Configurable Knobs //////////////////////////////////////////////////////
// per thread stack size
`ifndef STACK_SIZE
`define STACK_SIZE 1024
`ifndef STACK_LOG2_SIZE
`define STACK_LOG2_SIZE 10
`endif
`define STACK_SIZE (1 << `STACK_LOG2_SIZE)
// Size of cache in bytes
`ifndef SMEM_SIZE