LDSTCompUnit converted, no need to special-case
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 22 Apr 2020 14:55:28 +0000 (15:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 22 Apr 2020 14:55:31 +0000 (15:55 +0100)
src/soc/experiment/score6600_multi.py

index 6469624570e6a9b569bf371474835ed1ecf4c627..29638e0948a039ffccfbd098205752727765c80f 100644 (file)
@@ -141,8 +141,7 @@ class CompUnitsBase(Elaboratable):
             shadow_l.append(alu.shadown_i)
             godie_l.append(alu.go_die_i)
             print (alu, "rel", alu.req_rel_o, alu.rd_rel_o)
-            if isinstance(alu, LDSTCompUnit) or \
-               isinstance(alu, ComputationUnitNoDelay):
+            if isinstance(alu, ComputationUnitNoDelay):
                 if isinstance(alu, CompUnitsBase):
                     ulen = alu.n_units
                 else: