From 8115e1740da88c61daff26b1411afc27188fb9ca Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Wed, 10 Apr 2019 00:24:28 -0700 Subject: [PATCH] Add a comment --- TLB/src/SetAssociativeCache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/TLB/src/SetAssociativeCache.py b/TLB/src/SetAssociativeCache.py index dfc6e1ca..4e5a863a 100644 --- a/TLB/src/SetAssociativeCache.py +++ b/TLB/src/SetAssociativeCache.py @@ -154,6 +154,7 @@ class SetAssociativeCache(): with m.FSM() as fsm: with m.State("SEARCH"): m.d.comb += self.ready.eq(0) + # check_tags will set the state if the conditions are met check_tags(m) with m.State("FINISHED"): m.next = "SEARCH" -- 2.30.2