remove i_specfn and o_specfn from FP*MuxInOut, use self.alu.ispec() and ospec()
[ieee754fpu.git] / src / ieee754 / fpmul / specialcases.py
index efab2e32b6a58b77fa6a0048f49b85fe44f34ef7..4fc3e3cf07a63f9dd1773a8d241035b61c1add60 100644 (file)
@@ -1,4 +1,9 @@
-# IEEE Floating Point Multiplier 
+"""IEEE754 Floating Point Multiplier
+
+Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
+Copyright (C) 2019 Jake Lifshay
+
+"""
 
 from nmigen import Module, Signal, Cat, Const
 from nmigen.cli import main, verilog