diff options
| author | Ahmed El-Shafiey <[email protected]> | 2013-04-05 06:19:08 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:45 -0700 |
| commit | 2c3989b01ce9fa69d21311bbfe0585b3a2a95606 (patch) | |
| tree | 9de83b49d5769e86ade10797f65492d400280f10 /src/gpuwattch/cacti | |
| parent | 57ce826072c744e500523442313807f08e80a2c0 (diff) | |
this should fix valigrid compais after fixing the wire initilization bug
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15714]
Diffstat (limited to 'src/gpuwattch/cacti')
| -rw-r--r-- | src/gpuwattch/cacti/wire.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
