correct page num and section num
[ieee754fpu.git] / src / scoreboard / int_fn_unit.py
index a22dbd392de1812aaa3d5711a4133dcdc1ef7234..f1f33a3b0899388b3dd2f6f2cc3049bb5b44e884 100644 (file)
@@ -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