remove unneeded modules
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 31 Jul 2019 20:55:15 +0000 (21:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 31 Jul 2019 20:55:15 +0000 (21:55 +0100)
src/ieee754/fpdiv/pipeline.py

index 399867b46da192cfffd1ba98d3c868ba2e1b8a36..b13fff34fdf25d23206a5a15f394cc2676aa0c22 100644 (file)
@@ -63,9 +63,6 @@ RS's.  that's far too many.  6 is just about an acceptable number.
 even 8 is starting to get alarmingly high.
 """
 
-from nmigen import Module
-from nmigen.cli import main, verilog
-
 from nmutil.singlepipe import ControlBase
 from nmutil.concurrentunit import ReservationStations, num_bits