From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 19:38:04 +0000 (+0100) Subject: remove unneeded comment in trap pipe_data X-Git-Tag: div_pipeline~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01bc5b11e6bed786b20f7dff6d269ce477794fe1;p=soc.git remove unneeded comment in trap pipe_data --- diff --git a/src/soc/fu/trap/pipe_data.py b/src/soc/fu/trap/pipe_data.py index a43c214c..d2de8552 100644 --- a/src/soc/fu/trap/pipe_data.py +++ b/src/soc/fu/trap/pipe_data.py @@ -29,7 +29,6 @@ class TrapOutputData(IntegerData): -# TODO: replace CompALUOpSubset with CompTrapOpSubset class TrapPipeSpec(CommonPipeSpec): regspec = (TrapInputData.regspec, TrapOutputData.regspec) opsubsetkls = CompTrapOpSubset