CompBROpSubset exists
[soc.git] / src / soc / fu / branch / pipe_data.py
index 78cab60527db124b2112360f10647b57c5566455..4af59f3410c76cfac3b38bf3c492e17a75991437 100644 (file)
@@ -89,7 +89,6 @@ class BranchOutputData(IntegerData):
                       self.nia.eq(i.nia)]
 
 
-# TODO: replace CompALUOpSubset with CompBROpSubset
 class BranchPipeSpec(CommonPipeSpec):
     regspec = (BranchInputData.regspec, BranchOutputData.regspec)
     opsubsetkls = CompBROpSubset