From 49d9395b32cae5d5a15b932f841a0888a98d4d31 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Wed, 3 Apr 2013 11:17:41 -0800 Subject: Fix incorrect initialization of wire_length variable in cacti/wire.cc - causing incorrect per-access cache energy Adding 32bit/64bit check to Cacti's Makefile. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15668] --- src/gpuwattch/cacti/wire.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpuwattch/cacti/wire.h') diff --git a/src/gpuwattch/cacti/wire.h b/src/gpuwattch/cacti/wire.h index fb82c5f..ace7c9c 100644 --- a/src/gpuwattch/cacti/wire.h +++ b/src/gpuwattch/cacti/wire.h @@ -45,7 +45,7 @@ class Wire : public Component { public: - Wire(enum Wire_type wire_model, double len = 0 /* in u*/, + Wire(enum Wire_type wire_model, double len = 0/* in u*/, int nsense = 1/* no. of sense amps connected to the low-swing wire */, double width_scaling = 1, double spacing_scaling = 1, -- cgit v1.3