RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-20 13:10:56 -04:00
parent a0e15af0dc
commit 94e4f056db
3 changed files with 38 additions and 38 deletions

View File

@@ -3,14 +3,14 @@
`include "VX_user_config.vh"
`ifndef NUM_CORES
`define NUM_CORES 1
`endif
`ifndef NUM_CLUSTERS
`define NUM_CLUSTERS 1
`endif
`ifndef NUM_CORES
`define NUM_CORES 1
`endif
`ifndef NUM_WARPS
`define NUM_WARPS 8
`endif