mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
rtl refactoring
This commit is contained in:
parent
2ab90e9436
commit
5def6d0da6
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue