diff --git a/hw/rtl/VX_define.vh b/hw/rtl/VX_define.vh index 32bba9200..188145d02 100644 --- a/hw/rtl/VX_define.vh +++ b/hw/rtl/VX_define.vh @@ -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 ///////////////////////////////////////////////////////////////////////////////