From 2354f2eb755dbda8545c9c7444b922cb229c8fd3 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Sat, 6 Apr 2013 15:55:53 -0800 Subject: -another fix to resolve valigrind complains. -sumbittig new power gold files for chages in CL15668 and CL15674 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15722] --- src/gpuwattch/core.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gpuwattch/core.cc b/src/gpuwattch/core.cc index fbcaaa8..86b36f6 100644 --- a/src/gpuwattch/core.cc +++ b/src/gpuwattch/core.cc @@ -1627,6 +1627,7 @@ RegFU::RegFU(ParseXML* XML_interface, int ithCore_, InputParameter* interface_ip //area.set_area(area.get_area()*cdb_overhead); //output_data_csv(FRF.RF.local_result); int_regfile_height= IRF->local_result.cache_ht*XML->sys.core[ithCore].number_hardware_threads*sqrt(cdb_overhead); + fp_regfile_height=0; //fp_regfile_height = FRF->local_result.cache_ht*XML->sys.core[ithCore].number_hardware_threads*sqrt(cdb_overhead); //since a EXU is associated with each pipeline, the cdb should not have longer length. if (coredynp.regWindowing) @@ -1725,7 +1726,7 @@ EXECU::EXECU(ParseXML* XML_interface, int ithCore_, InputParameter* interface_ip } if (coredynp.core_ty==Inorder) - { + {// int_bypass = new interconnect("Int Bypass Data", Core_device, 1, 1, int(ceil(XML->sys.machine_bits/32.0)*32), rfu->int_regfile_height + exeu->FU_height + lsq_height, &interface_ip, 3, false, 1.0, coredynp.opt_local, coredynp.core_ty); -- cgit v1.3