start removing unneeded imports
[ieee754fpu.git] / src / add / fpadd / pipeline.py
index 2e43f07277b5d345e2b487f6ef71e9bc2260f800..647d1a4ca684688f615ee9abe48116003ff3222c 100644 (file)
@@ -2,10 +2,8 @@
 # Copyright (C) Jonathan P Dawson 2013
 # 2013-12-12
 
-from nmigen import Module, Signal, Cat, Mux, Array, Const
-from nmigen.lib.coding import PriorityEncoder
+from nmigen import Module, 
 from nmigen.cli import main, verilog
-from math import log
 
 from singlepipe import (ControlBase, UnbufferedPipeline, PassThroughStage)
 from multipipe import CombMuxOutPipe