OPAE rtl fixes

This commit is contained in:
Blaise Tine
2020-06-04 15:44:03 -07:00
parent ea890b457d
commit 4e0e710182
8 changed files with 49 additions and 68 deletions

View File

@@ -57,11 +57,13 @@
///////////////////////////////////////////////////////////////////////////////
`define NW_BITS (`LOG2UP(`NUM_WARPS))
`define NW_BITS `LOG2UP(`NUM_WARPS)
`define NT_BITS (`LOG2UP(`NUM_THREADS))
`define NT_BITS `LOG2UP(`NUM_THREADS)
`define NC_BITS (`LOG2UP(`NUM_CORES))
`define NC_BITS `LOG2UP(`NUM_CORES)
`define REQS_BITS `LOG2UP(NUM_REQUESTS)
`define NUM_GPRS 32