add a link to cachesim.py
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 19:53:29 +0000 (20:53 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 19:53:29 +0000 (20:53 +0100)
TLB/src/SetAssociativeCache.py

index cd6d34cb49efb85a19da5bd9d8241c56dc5da424..d23b30cd585a22ac5077f11ee9152a27993b93dd 100644 (file)
@@ -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")