oink, write_cr shiftrot record width was zero (??)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Aug 2020 14:01:23 +0000 (15:01 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Aug 2020 14:01:23 +0000 (15:01 +0100)
src/soc/fu/shift_rot/sr_input_record.py

index 2eb052d3ef1d9e377bbf4282368ab154510e98ba..67b351f69df5116eafb247e05f736c1b43b8b76d 100644 (file)
@@ -17,7 +17,7 @@ class CompSROpSubset(CompOpSubsetBase):
                   ('imm_data', Layout((("imm", 64), ("imm_ok", 1)))),
                   ('rc', Layout((("rc", 1), ("rc_ok", 1)))),
                   ('oe', Layout((("oe", 1), ("oe_ok", 1)))),
-                  ('write_cr0', 0),
+                  ('write_cr0', 1),
                   ('input_carry', CryIn),
                   ('output_carry', 1),
                   ('input_cr', 1),