aboutsummaryrefslogtreecommitdiff
path: root/riscv/cachesim.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Suppress most unused variable warningsAndrew Waterman1-2/+3
2022-01-29add clean_invalidate function for cachesliweiwei1-0/+5
2018-09-24Add "--log-cache-miss" option to generate a log of cache miss. (#241)takeoverjp1-0/+6
2015-09-24Use enum instead of two bools to denote memory access typeAndrew Waterman1-8/+8
2014-09-27Avoid use of __int128_tAndrew Waterman1-1/+1
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-03-25support compilation with gcc 4.7Andrew Waterman1-1/+1
2013-02-15fix D$ model not acknowledging storesAndrew Waterman1-1/+1
2013-02-15specialize fully-associative cachesAndrew Waterman1-21/+41
2013-02-13add I$/D$/L2$ simulatorsAndrew Waterman1-0/+102