From da74edd77d3effb3da82090c05ebd3a1f3965f1f Mon Sep 17 00:00:00 2001 From: "Jingwen Leng (UT Austin)" Date: Tue, 15 Oct 2013 19:05:58 -0800 Subject: fix dram sampling interval scaling fix dram clock energy scaling [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17124] --- src/gpuwattch/XML_Parse.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/gpuwattch/XML_Parse.h') diff --git a/src/gpuwattch/XML_Parse.h b/src/gpuwattch/XML_Parse.h index d35ba26..d2f82be 100644 --- a/src/gpuwattch/XML_Parse.h +++ b/src/gpuwattch/XML_Parse.h @@ -524,6 +524,7 @@ typedef struct{ int output_width_of_DRAM_chip; int page_size_of_DRAM_chip; int burstlength_of_DRAM_chip; + //stats double memory_accesses; double memory_reads; @@ -554,6 +555,17 @@ typedef struct{ int addressbus_width; int PRT_entries; bool LVDS; + + // emprical DRAM coeff + double dram_cmd_coeff; + double dram_act_coeff; + double dram_nop_coeff; + double dram_activity_coeff; + double dram_pre_coeff; + double dram_rd_coeff; + double dram_wr_coeff; + double dram_req_coeff; + double dram_const_coeff; //stats double memory_accesses; -- cgit v1.3