summaryrefslogtreecommitdiff
path: root/src/gpuwattch/cacti/uca.cc
diff options
context:
space:
mode:
authorleonyu <a@b>2013-10-21 21:08:33 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:59 -0700
commitdb789973ec11440d4b4d02bc9ad1481ec9b1054f (patch)
treee1693c022567d26069a098f08ea55156b0acf40f /src/gpuwattch/cacti/uca.cc
parentda74edd77d3effb3da82090c05ebd3a1f3965f1f (diff)
warning fixes 2nd patch, including comments removal and strict aliasing fixes.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17183]
Diffstat (limited to 'src/gpuwattch/cacti/uca.cc')
-rwxr-xr-xsrc/gpuwattch/cacti/uca.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpuwattch/cacti/uca.cc b/src/gpuwattch/cacti/uca.cc
index 98de312..ed9be49 100755
--- a/src/gpuwattch/cacti/uca.cc
+++ b/src/gpuwattch/cacti/uca.cc
@@ -215,13 +215,6 @@ double UCA::compute_delays(double inrisetime)
{
precharge_delay = 0;
}
-
- double dram_array_availability = 0;
- if (dp.is_dram)
- {
- dram_array_availability = (1 - dp.num_r_subarray * cycle_time / dp.dram_refresh_period) * 100;
- }
-
return outrisetime;
}