From: Luke Kenneth Casson Leighton Date: Mon, 1 Jun 2020 19:03:03 +0000 (+0100) Subject: CompBROpSubset exists X-Git-Tag: div_pipeline~671 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c7a2172da04ed91e1fec6b24ff888fa6ee7c6e0;p=soc.git CompBROpSubset exists --- 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