From 2c3989b01ce9fa69d21311bbfe0585b3a2a95606 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Fri, 5 Apr 2013 06:19:08 -0800 Subject: this should fix valigrid compais after fixing the wire initilization bug [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15714] --- src/gpuwattch/cacti/wire.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpuwattch/cacti/wire.cc') diff --git a/src/gpuwattch/cacti/wire.cc b/src/gpuwattch/cacti/wire.cc index 79429af..3da3e84 100644 --- a/src/gpuwattch/cacti/wire.cc +++ b/src/gpuwattch/cacti/wire.cc @@ -42,7 +42,7 @@ Wire::Wire( double _resistivity, TechnologyParameter::DeviceType *dt ):wt(wire_model), wire_length(wl*1e-6), nsense(n), w_scale(w_s), s_scale(s_s), - resistivity(resistivity), deviceType(dt) + resistivity(_resistivity), deviceType(dt) { wire_placement = wp; -- cgit v1.3