aboutsummaryrefslogtreecommitdiff
path: root/riscv/cachesim.cc
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Print cache stats even when no accessJakub Palider1-3/+0
2022-08-10Add space between if/while/switch and '('Weiwei Li1-3/+3
2022-01-29add clean_invalidate function for cachesliweiwei1-0/+25
2018-09-24Add "--log-cache-miss" option to generate a log of cache miss. (#241)takeoverjp1-2/+8
2015-04-13fix cache line index offset in cachesim.ccWei Song1-1/+1
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-02-15specialize fully-associative cachesAndrew Waterman1-23/+71
2013-02-13add I$/D$/L2$ simulatorsAndrew Waterman1-0/+129