comment out DIV unit for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Jul 2020 19:58:27 +0000 (20:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Jul 2020 19:58:27 +0000 (20:58 +0100)
src/soc/fu/compunits/compunits.py

index 98520022d6fd8d7e618b59b5e409e64f174f6636..5c019a32ea74342f70e6109f2a339f6d755855b0 100644 (file)
@@ -176,7 +176,8 @@ class AllFunctionUnits(Elaboratable):
                                  ('cr', 1, CRFunctionUnit),
                                  ('branch', 1, BranchFunctionUnit),
                                  ('trap', 1, TrapFunctionUnit),
-                                 ('div', 1, DIVFunctionUnit),
+                                 # far too large at the moment
+                                 #('div', 1, DIVFunctionUnit),
                                  ('logical', 1, LogicalFunctionUnit),
                                  ('shiftrot', 1, ShiftRotFunctionUnit),
                                 ):