summaryrefslogtreecommitdiff
path: root/src/gpu-compute/SConscript
diff options
context:
space:
mode:
authorAlexandru Dutu <alexandru.dutu@amd.com>2016-09-16 12:30:05 -0400
committerAlexandru Dutu <alexandru.dutu@amd.com>2016-09-16 12:30:05 -0400
commit498d0e63e587f7e852483a192ecd37e7af57f8d7 (patch)
treec3ebb2ce0ea129023258c626fe5a628930946d28 /src/gpu-compute/SConscript
parent791837645002679eb3f7f71469d151c10c533d5c (diff)
downloadgem5-498d0e63e587f7e852483a192ecd37e7af57f8d7.tar.xz
gpu-compute: Adding vector register file debug messages
This patch introduces DPRINTFs for reading and writing to and from the vector register file.
Diffstat (limited to 'src/gpu-compute/SConscript')
-rw-r--r--src/gpu-compute/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpu-compute/SConscript b/src/gpu-compute/SConscript
index 2de96df24..88c1cf036 100644
--- a/src/gpu-compute/SConscript
+++ b/src/gpu-compute/SConscript
@@ -89,6 +89,7 @@ DebugFlag('GPUPrefetch')
DebugFlag('GPUReg')
DebugFlag('GPUSync')
DebugFlag('GPUTLB')
+DebugFlag('GPUVRF')
DebugFlag('HSALoader')
DebugFlag('HSAIL')
DebugFlag('HSAILObject')
@@ -96,4 +97,5 @@ DebugFlag('Predictor')
DebugFlag('WavefrontStack')
CompoundFlag('GPUALL', ['GPUCoalescer', 'GPUDisp', 'GPUExec', 'GPUFetch',
- 'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL'])
+ 'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL',
+ 'GPUVRF'])