summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/dram.cc
AgeCommit message (Expand)Author
2025-08-19running formatter (#126)JRPan
2025-02-18A bunch of maintenance fixes, the largest of which is getting the PTX simulat...Tim Rogers
2024-07-16Auto clang format (#74)Aaron Barnes
2023-06-12no return warnings ngs fixAhmad Alawneh
2022-02-01Update CopyrightsJRPAN
2021-10-17AccelWattch dev IntegrationVijayKandiah
2020-06-01moving all ipoly equstions to one fileMahmoud
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-10-16fixing the IPOLY L2 and Dram indexingMahmoud
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/gpgpu-sim formatting"Nick
2019-09-13Add src/gpgpu-sim formattingNick
2019-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-07-14Move sm_next_access_uidMengchi Zhang
2019-05-15make gpu_tot_cycle local variable not global variableMahmoud
2019-04-25increase stat counter size to long longMahmoud
2018-08-29improving code quality 2Mahmoud
2018-08-27fixing ead/write buffer and new configs filesMahmoud
2018-06-15memory partition indexingMahmoud
2017-10-30adding new stats and change the PascalP100-HBM configMahmoud
2017-10-27add more statistics and chaging Pascal configMahmoud
2017-10-25The commits includes:Mahmoud
2017-09-14changing the DRAM bank indexing policyMahmoud
2017-09-13Fixing some typosMahmoud
2017-09-12Adding HBM modelMahmoud
2014-08-14Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead.Wilson Fung
2014-08-14Redesigned the memory partition unit to support multiple L2 cache banks per p...Wilson Fung
2014-08-14bug31Ayub Gubran
2014-08-14Fixing L2 WriteBack bug caused by using the partition address for both set in...Tayler Hetherington
2014-08-14Removing legacy code : get_access_statsTayler Hetherington
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Two memory errors reported by the valgrind buildTim Rogers
2014-08-14Fixed GDDR5 parameters in Fermi config:Wilson Fung
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14Added read to precharge constraint - negligible effect to DRAM efficiency.Inderpreet Singh
2014-08-14Fixed the DRAM timing model to add the write-read turn and write-precharge de...Wilson Fung
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2011-01-02integrate bug fix (passes fast regression)Tor Aamodt
2010-11-28enabling L2 data cache... it is write through, write evict like L1.Tor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-10-02refactor: mem_fetch now a classTor Aamodt
2010-10-02refactoring: make shd_cache_t into a class (cache_t), plus some other cleanin...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-29- integrate changes from fermi-test (CL's under that path in range 7261-7418).Tor Aamodt
2010-08-09refactor: remove extern decl up to gpgpusim_entrypoint.ccTor Aamodt
2010-08-08refactor: shader.cc free of extern declarationsTor Aamodt