diff options
| author | Ahmed El-Shafiey <[email protected]> | 2013-04-06 15:55:53 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:45 -0700 |
| commit | 2354f2eb755dbda8545c9c7444b922cb229c8fd3 (patch) | |
| tree | ce1f832c01bedf6213d881985092cb12ed154e80 /src | |
| parent | 2c3989b01ce9fa69d21311bbfe0585b3a2a95606 (diff) | |
-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]
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpuwattch/core.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
