aboutsummaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2020-05-20 20:46:10 -0400
committerMahmoud <[email protected]>2020-05-20 20:46:10 -0400
commit62517049f7f0a2503cb72382a3fb089d3e037bb7 (patch)
tree45d4d22398d2ba1f4c975ae9eceec71e112b5bb7 /src/gpgpu-sim/shader.h
parent9122b45726d55a21a68d143083eae2ded0c2ac8c (diff)
parent52204ff08a9c9a21a99fee3f976d2a419c014fec (diff)
Merge branch 'dev-traces' of https://github.com/mkhairy/gpgpu-sim-traces into dev-traces
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index d41c220..665e3a5 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1524,6 +1524,8 @@ class shader_core_config : public core_config
bool gpgpu_concurrent_kernel_sm;
bool perfect_inst_const_cache;
+ unsigned inst_fetch_throughput;
+ unsigned reg_file_port_throughput;
};