rename FPModBase* to PipeModBase*
[ieee754fpu.git] / src / ieee754 / fpadd / addstages.py
index b62d6d20497dcab371a937a5a3b0cc12b937f9d4..d24a5c1432e8243f09596c7c0288db66b0b99a70 100644 (file)
@@ -4,14 +4,14 @@ Copyright (C) 2019 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
 
 """
 
-from nmutil.pipemodbase import FPModBaseChain
+from nmutil.pipemodbase import PipeModBaseChain
 
 from ieee754.fpadd.align import FPAddAlignSingleMod
 from ieee754.fpadd.add0 import FPAddStage0Mod
 from ieee754.fpadd.add1 import FPAddStage1Mod
 
 
-class FPAddAlignSingleAdd(FPModBaseChain):
+class FPAddAlignSingleAdd(PipeModBaseChain):
 
     def get_chain(self):
         # chain AddAlignSingle, AddStage0 and AddStage1