add comment back in about load/store shadow-hold
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 May 2019 02:42:16 +0000 (03:42 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 May 2019 02:42:16 +0000 (03:42 +0100)
src/scoreboard/int_fn_unit.py

index 898373aa2c8a2ebb72a51fafe825302e4ffde1ab..72adf442feb748b76e25f3a6d59d4d730f6f16a4 100644 (file)
@@ -10,8 +10,8 @@ class IntFnUnit(Elaboratable):
         also implements optional shadowing 11.5.1, p55
 
         shadowing can be used for branches as well as exceptions (interrupts),
-        and vector-element predication (once the predicate is known, which it
-        may not be at instruction issue)
+        load/store hold (exceptions again), and vector-element predication
+        (once the predicate is known, which it may not be at instruction issue)
 
         notes: