From a9b75dd492d388ae044f9bdd8a1ef67ecc3c7381 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Wed, 12 Jun 2024 20:51:15 -0700 Subject: [PATCH] Set default to 4cores/8barriers in VX_config.{h,vh} --- hw/VX_config.h | 4 ++-- hw/rtl/VX_config.vh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/VX_config.h b/hw/VX_config.h index c89f5b4e..f809ab82 100644 --- a/hw/VX_config.h +++ b/hw/VX_config.h @@ -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 diff --git a/hw/rtl/VX_config.vh b/hw/rtl/VX_config.vh index 8905bd3d..998a0213 100644 --- a/hw/rtl/VX_config.vh +++ b/hw/rtl/VX_config.vh @@ -83,7 +83,7 @@ `endif `ifndef NUM_CORES -`define NUM_CORES 2 +`define NUM_CORES 4 `endif `ifndef NUM_WARPS