add link to online simulator
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 19:42:12 +0000 (20:42 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 19:42:12 +0000 (20:42 +0100)
TLB/src/ariane/tlb.py

index 61f99ce2267874069a810d3a656a4daefeea1721..f768571ed28377e3fad3f5c30615e3f1842e4035 100644 (file)
@@ -20,6 +20,9 @@ https://raw.githubusercontent.com/Tony-Hu/TreePLRU/master/TreePLRU.cpp
 
 Text description:
 https://people.cs.clemson.edu/~mark/464/p_lru.txt
+
+Online simulator:
+http://www.ntu.edu.sg/home/smitha/ParaCache/Paracache/vm.html
 """
 from math import log2
 from nmigen import Signal, Module, Cat, Const, Array