projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae8055
)
correct page num and section num
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 May 2019 03:09:03 +0000
(
04:09
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 May 2019 03:09:03 +0000
(
04:09
+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 a22dbd392de1812aaa3d5711a4133dcdc1ef7234..f1f33a3b0899388b3dd2f6f2cc3049bb5b44e884 100644
(file)
--- a/
src/scoreboard/int_fn_unit.py
+++ b/
src/scoreboard/int_fn_unit.py
@@
-6,7
+6,7
@@
from nmigen.lib.coding import Decoder
class IntFnUnit(Elaboratable):
- """ implements 11.4.
7 integer function unit, p37
+ """ implements 11.4.
8 integer function unit, p31
"""
def __init__(self, wid):
self.reg_width = wid