summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/mem_fetch_status.tup
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2012-11-30 21:29:42 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:22 -0700
commit36ce0f2243fd0723a746b3c2f5f0651577312400 (patch)
treee79475e75f800ad34b4851ea710c4ee409f5bd72 /src/gpgpu-sim/mem_fetch_status.tup
parent08ec3343d0bca75e63e130266f75f8242f22050b (diff)
Merging Power model into Fermi
//depot/gpgpu_sim_research/fermi_power/distribution/... to //depot/gpgpu_sim_research/fermi/distribution/... [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14723]
Diffstat (limited to 'src/gpgpu-sim/mem_fetch_status.tup')
-rw-r--r--src/gpgpu-sim/mem_fetch_status.tup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/mem_fetch_status.tup b/src/gpgpu-sim/mem_fetch_status.tup
index 328d517..b4d4e7a 100644
--- a/src/gpgpu-sim/mem_fetch_status.tup
+++ b/src/gpgpu-sim/mem_fetch_status.tup
@@ -31,7 +31,7 @@ MF_TUP_BEGIN( mem_fetch_status )
MF_TUP( IN_L1D_MISS_QUEUE ),
MF_TUP( IN_L1T_MISS_QUEUE ),
MF_TUP( IN_L1C_MISS_QUEUE ),
- MF_TUP( IN_TLB_MISS_QUEUE ),
+ MF_TUP( IN_L1TLB_MISS_QUEUE ),
MF_TUP( IN_VM_MANAGER_QUEUE ),
MF_TUP( IN_ICNT_TO_MEM ),
MF_TUP( IN_PARTITION_ROP_DELAY ),