remove rdflags in pipe_data.py (redundant)
[soc.git] / src / soc / fu / alu / pipe_data.py
index b9423944877d54a8bb4113f4dce8a44dc5e6e9a1..5b9766e295397fb74c94ecf4a086e6868605599c 100644 (file)
@@ -68,7 +68,3 @@ class ALUOutputData(IntegerData):
 class ALUPipeSpec(CommonPipeSpec):
     regspec = (ALUInputData.regspec, ALUOutputData.regspec)
     opsubsetkls = CompALUOpSubset
-    def rdflags(self, e): # in order of regspec
-        reg1_ok = e.read_reg1.ok # RA
-        reg2_ok = e.read_reg2.ok # RB
-        return Cat(reg1_ok, reg2_ok, 1, 1) # RA RB CA SO