From: Luke Kenneth Casson Leighton Date: Mon, 22 Apr 2019 19:53:29 +0000 (+0100) Subject: add a link to cachesim.py X-Git-Tag: div_pipeline~2153 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=529947146dfd53f7507b1da9f3645cc8a8bffe51;p=soc.git add a link to cachesim.py --- diff --git a/TLB/src/SetAssociativeCache.py b/TLB/src/SetAssociativeCache.py index cd6d34cb..d23b30cd 100644 --- a/TLB/src/SetAssociativeCache.py +++ b/TLB/src/SetAssociativeCache.py @@ -2,6 +2,9 @@ Online simulator of 4-way set-associative cache: http://www.ntu.edu.sg/home/smitha/ParaCache/Paracache/sa4.html + +Python simulator of a N-way set-associative cache: +https://github.com/vaskevich/CacheSim/blob/master/cachesim.py """ import sys sys.path.append("../src/ariane")