summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/addrdec.cc
AgeCommit message (Expand)Author
2023-06-20fix most c warningsAhmad Alawneh
2023-06-12fix more Wsign warningsAhmad Alawneh
2020-06-01fixing the dram assert due to hashing errorMahmoud
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
2020-05-22code reformattingMahmoud
2020-02-10removing assertion in random hashingMahmoud Khairy A. Abdallah
2019-10-16fixing the IPOLY L2 and Dram indexingMahmoud
2019-09-23fixing reformattingMahmoud
2019-09-16Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
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-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...Mahmoud
2019-08-30update the adaptive cache behaviour and make L1 fully assoc in VoltaMahmoud
2019-08-26Merge branch 'dev' into fix_warningsRoland Green
2019-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-08-26Banked L1, adding iSLIP and RR arbiteratio and adding some commentsMahmoud
2019-04-25increase stat counter size to long longMahmoud
2019-04-11adding some stats and random hashingMahmoud
2018-08-29improving code quality 2Mahmoud
2018-08-27fixing ead/write buffer and new configs filesMahmoud
2018-06-15memory partition indexingMahmoud
2014-08-14Fixing the intra-partition address calculation so that every set in L2 cache ...Wilson Fung
2014-08-14Redesigned the memory partition unit to support multiple L2 cache banks per p...Wilson Fung
2014-08-14Clean up the unordered_map fallback support.Wilson Fung
2014-08-14Fixing bug 145. Now partition_address() works for non-power-of-two number of...Wilson Fung
2014-08-14Forgot to remove the commented incorrect code in addrdec.cc.Wilson Fung
2014-08-14Cleaned up the sweep_test() in addrdec.cc to use tr1_hash_map.Wilson Fung
2014-08-14Fixed bug 137. Now memory address mapping with non-power-of-two memory parti...Wilson Fung
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-161. moving address decoding into a class (and out of cache entirely)Tor Aamodt
2010-08-23- add '-keep' option to keep intermediate files (used for OpenCL only right now)Tor Aamodt
2010-08-09refactor: remove extern decl up to gpgpusim_entrypoint.ccTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt