From 529947146dfd53f7507b1da9f3645cc8a8bffe51 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 22 Apr 2019 20:53:29 +0100 Subject: [PATCH] add a link to cachesim.py --- TLB/src/SetAssociativeCache.py | 3 +++ 1 file changed, 3 insertions(+) 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") -- 2.30.2