From f5f50d2fc432a6ff46808f45f47ea0f2fea6b867 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 6 May 2019 03:42:16 +0100 Subject: [PATCH] add comment back in about load/store shadow-hold --- src/scoreboard/int_fn_unit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2