projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a36e90
)
add comment back in about load/store shadow-hold
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 May 2019 02:42:16 +0000
(
03:42
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 6 May 2019 02:42:16 +0000
(
03:42
+0100)
src/scoreboard/int_fn_unit.py
patch
|
blob
|
history
diff --git
a/src/scoreboard/int_fn_unit.py
b/src/scoreboard/int_fn_unit.py
index 898373aa2c8a2ebb72a51fafe825302e4ffde1ab..72adf442feb748b76e25f3a6d59d4d730f6f16a4 100644
(file)
--- 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: