From: Luke Kenneth Casson Leighton Date: Thu, 21 May 2020 18:41:09 +0000 (+0100) Subject: comment CompALUOpSubset, data_len is actually used by OP_EXTS X-Git-Tag: div_pipeline~977 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4878e9d0be9fb45a47778f4a7f3f99d8720acafb;p=soc.git comment CompALUOpSubset, data_len is actually used by OP_EXTS --- diff --git a/src/soc/fu/alu/alu_input_record.py b/src/soc/fu/alu/alu_input_record.py index d8a9be14..a1f6b0a9 100644 --- a/src/soc/fu/alu/alu_input_record.py +++ b/src/soc/fu/alu/alu_input_record.py @@ -28,7 +28,7 @@ class CompALUOpSubset(Record): ('output_cr', 1), ('is_32bit', 1), ('is_signed', 1), - ('data_len', 4), # TODO: should be in separate CompLDSTSubset + ('data_len', 4), # actually used by ALU, in OP_EXTS ('insn', 32), ('byte_reverse', 1), ('sign_extend', 1))