From e171e3439f41da8a7028fb3146aa35d8f7ec1d9b Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 22 Apr 2019 20:43:26 +0100 Subject: [PATCH] add link to online simulator --- TLB/src/SetAssociativeCache.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TLB/src/SetAssociativeCache.py b/TLB/src/SetAssociativeCache.py index 5dc2b1a8..cd6d34cb 100644 --- a/TLB/src/SetAssociativeCache.py +++ b/TLB/src/SetAssociativeCache.py @@ -1,3 +1,8 @@ +""" + +Online simulator of 4-way set-associative cache: +http://www.ntu.edu.sg/home/smitha/ParaCache/Paracache/sa4.html +""" import sys sys.path.append("../src/ariane") -- 2.30.2