|
@ -15,7 +15,7 @@ constexpr int MEM_NODE_DRAM = 0; |
|
|
#ifdef MODE_PREFETCH
|
|
|
#ifdef MODE_PREFETCH
|
|
|
constexpr uint32_t GROUP_COUNT = 8; |
|
|
constexpr uint32_t GROUP_COUNT = 8; |
|
|
constexpr size_t CHUNK_SIZE_B = 8_MiB; |
|
|
constexpr size_t CHUNK_SIZE_B = 8_MiB; |
|
|
constexpr uint32_t TC_SCANA = 4; |
|
|
|
|
|
|
|
|
constexpr uint32_t TC_SCANA = 2; |
|
|
constexpr uint32_t TC_SCANB = 1; |
|
|
constexpr uint32_t TC_SCANB = 1; |
|
|
constexpr uint32_t TC_AGGRJ = 1; |
|
|
constexpr uint32_t TC_AGGRJ = 1; |
|
|
constexpr bool PERFORM_CACHING = true; |
|
|
constexpr bool PERFORM_CACHING = true; |
|
|