From: Luke Kenneth Casson Leighton Date: Mon, 22 Apr 2019 19:43:26 +0000 (+0100) Subject: add link to online simulator X-Git-Tag: div_pipeline~2154 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e171e3439f41da8a7028fb3146aa35d8f7ec1d9b;p=soc.git add link to online simulator --- 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")