diff options
Diffstat (limited to 'configs')
| -rwxr-xr-x | configs/GTX480/gpuwattch_gtx480.xml | 10 | ||||
| -rw-r--r-- | configs/QuadroFX5600/gpuwattch_quadrofx5600.xml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/configs/GTX480/gpuwattch_gtx480.xml b/configs/GTX480/gpuwattch_gtx480.xml index 8154c39..304e0fd 100755 --- a/configs/GTX480/gpuwattch_gtx480.xml +++ b/configs/GTX480/gpuwattch_gtx480.xml @@ -474,6 +474,16 @@ <param name="databus_width" value="32"/> <param name="addressbus_width" value="32"/> <param name="PRT_entries" value="32"/> + <!-- # of empirical DRAM model parameter --> + <param name="dram_cmd_coeff" value="0"/> + <param name="dram_act_coeff" value="0"/> + <param name="dram_nop_coeff" value="0"/> + <param name="dram_activity_coeff" value="0"/> + <param name="dram_pre_coeff" value="3.8475e-8f"/> + <param name="dram_rd_coeff" value="7.74707143e-8f"/> + <param name="dram_wr_coeff" value="3.54664286e-8f"/> + <param name="dram_req_coeff" value="0"/> + <param name="dram_const_coeff" value="0"/> <!-- McPAT will add the control bus width to the addressbus width automatically --> <stat name="memory_accesses" value="memory_accesses_match_mcpat"/> diff --git a/configs/QuadroFX5600/gpuwattch_quadrofx5600.xml b/configs/QuadroFX5600/gpuwattch_quadrofx5600.xml index 63a5551..2c5a6fc 100644 --- a/configs/QuadroFX5600/gpuwattch_quadrofx5600.xml +++ b/configs/QuadroFX5600/gpuwattch_quadrofx5600.xml @@ -474,6 +474,16 @@ <param name="databus_width" value="32"/> <param name="addressbus_width" value="32"/> <param name="PRT_entries" value="32"/> + <!-- # of empirical DRAM model parameter --> + <param name="dram_cmd_coeff" value="0"/> + <param name="dram_act_coeff" value="0"/> + <param name="dram_nop_coeff" value="0"/> + <param name="dram_activity_coeff" value="0"/> + <param name="dram_pre_coeff" value="1.53846154e-8f"/> + <param name="dram_rd_coeff" value="3.07692308e-8f"/> + <param name="dram_wr_coeff" value="1.30769231e-8f"/> + <param name="dram_req_coeff" value="0"/> + <param name="dram_const_coeff" value="0"/> <!-- McPAT will add the control bus width to the addressbus width automatically --> <stat name="memory_accesses" value="memory_accesses_match_mcpat"/> |
