From 75cb0d92aa4cca578980ad2d4c333b8ba009620e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 31 Jul 2019 21:55:15 +0100 Subject: [PATCH] remove unneeded modules --- src/ieee754/fpdiv/pipeline.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ieee754/fpdiv/pipeline.py b/src/ieee754/fpdiv/pipeline.py index 399867b4..b13fff34 100644 --- a/src/ieee754/fpdiv/pipeline.py +++ b/src/ieee754/fpdiv/pipeline.py @@ -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 -- 2.30.2