Set default to 4cores/8barriers in VX_config.{h,vh}

This commit is contained in:
Hansung Kim
2024-06-12 20:51:15 -07:00
parent 86deaa8e07
commit a9b75dd492
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@
#endif
#ifndef NUM_CORES
#define NUM_CORES 2
#define NUM_CORES 4
#endif
#ifndef NUM_WARPS
@@ -96,7 +96,7 @@
#endif
#ifndef NUM_BARRIERS
#define NUM_BARRIERS 4
#define NUM_BARRIERS 8
#endif
#ifndef SOCKET_SIZE

View File

@@ -83,7 +83,7 @@
`endif
`ifndef NUM_CORES
`define NUM_CORES 2
`define NUM_CORES 4
`endif
`ifndef NUM_WARPS