From 2c7a2172da04ed91e1fec6b24ff888fa6ee7c6e0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 1 Jun 2020 20:03:03 +0100 Subject: [PATCH] CompBROpSubset exists --- src/soc/fu/branch/pipe_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/fu/branch/pipe_data.py b/src/soc/fu/branch/pipe_data.py index 78cab605..4af59f34 100644 --- a/src/soc/fu/branch/pipe_data.py +++ b/src/soc/fu/branch/pipe_data.py @@ -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 -- 2.30.2