diff options
| author | Wilson Fung <[email protected]> | 2012-10-24 23:45:37 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:49:21 -0700 |
| commit | 3863ad27814eefe2d26b2eba7eb8a4ab65bef5a4 (patch) | |
| tree | dd111ca17f917ab92559927f6b69b2a5869b7283 /configs/QuadroFX5800 | |
| parent | 6405de1556cc50fd4feb3445272945a037e37423 (diff) | |
Updated the option parser to support named sub-options (via a separate instance of option parser). Changed DRAM timing options to use this new format.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14457]
Diffstat (limited to 'configs/QuadroFX5800')
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 638f362..903c12e 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -55,8 +55,7 @@ -gpgpu_mem_address_mask 1 -gpgpu_mem_addr_mapping dramid@8;00000000.00000000.00000000.00000000.0000RRRR.RRRRRRRR.RRBBBCCC.CCCSSSSS # GDDR3 timing from Samsung K4J52324QH-HC12 @ 800MHz -# {nbk:tCCD:tRRD:tRCD:tRAS:tRP:tRC:CL:WL:tCDLR:tWR:nbkgrp:tCCDL:tRTPL} --gpgpu_dram_timing_opt 8:2:8:12:25:10:35:10:7:6:11:1:0:0 +-gpgpu_dram_timing_opt nbk=8:CCD=2:RRD=8:RCD=12:RAS=25:RP=10:RC=35:CL=10:WL=7:CDLR=6:WR=11 # stat collection -gpgpu_memlatency_stat 14 |
