rtl refactoring

This commit is contained in:
Blaise Tine 2020-05-05 13:32:50 -04:00
parent 2ab90e9436
commit 5def6d0da6

View file

@ -38,17 +38,17 @@
///////////////////////////////////////////////////////////////////////////////
`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 NUM_GPRS 32
`define NUM_GPRS 32
`define CSR_ADDR_SIZE 12
`define CSR_WIDTH 12
`define CSR_WIDTH 12
///////////////////////////////////////////////////////////////////////////////