multiply does not have invert_in, zero_a or invert_out
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 23 Aug 2020 11:32:10 +0000 (12:32 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 23 Aug 2020 11:32:10 +0000 (12:32 +0100)
src/soc/fu/mul/mul_input_record.py

index 6e1683711637fe6a3d83574a0a8d54c54b410803..1e667c05026e7473aa7b00d13b55a90ea2314b00 100644 (file)
@@ -17,9 +17,6 @@ class CompMULOpSubset(CompOpSubsetBase):
                   ('imm_data', Layout((("imm", 64), ("imm_ok", 1)))),
                   ('rc', Layout((("rc", 1), ("rc_ok", 1)))), # Data
                   ('oe', Layout((("oe", 1), ("oe_ok", 1)))), # Data
-                  ('invert_in', 1),
-                  ('zero_a', 1),
-                  ('invert_out', 1),
                   ('write_cr0', 1),
                   ('is_32bit', 1),
                   ('is_signed', 1),