From: Luke Kenneth Casson Leighton Date: Mon, 6 May 2019 02:42:16 +0000 (+0100) Subject: add comment back in about load/store shadow-hold X-Git-Tag: ls180-24jan2020~1026 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5f50d2fc432a6ff46808f45f47ea0f2fea6b867;p=ieee754fpu.git add comment back in about load/store shadow-hold --- diff --git a/src/scoreboard/int_fn_unit.py b/src/scoreboard/int_fn_unit.py index 898373aa..72adf442 100644 --- a/src/scoreboard/int_fn_unit.py +++ b/src/scoreboard/int_fn_unit.py @@ -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: