Add a comment
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 10 Apr 2019 07:24:28 +0000 (00:24 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 10 Apr 2019 07:24:28 +0000 (00:24 -0700)
TLB/src/SetAssociativeCache.py

index dfc6e1ca39d68d839a9b38d6eac3dcf5c3e584ef..4e5a863a54781e009db07a0bd9d8aa3eef933233 100644 (file)
@@ -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"