Skip to content

fix last patch stage being skipped #15

fix last patch stage being skipped

fix last patch stage being skipped #15

GitHub Actions / Black failed Mar 1, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 146 in /home/runner/work/seal5/seal5/seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/seal5/seal5/seal5/flow.py#L135-L146

             ("collect_immediate_operands", self.collect_immediate_operands, {}),
             ("collect_operand_types", self.collect_operand_types, {}),
             ("detect_side_effects", self.detect_side_effects, {}),
             ("detect_inouts", self.detect_inouts, {}),
             ("detect_registers", self.detect_registers, {}),
-            ("write_cdsl_full", self.write_cdsl, {"split": False, "compat": False})
+            ("write_cdsl_full", self.write_cdsl, {"split": False, "compat": False}),
             # TODO: determine static constraints (xlen,...) -> subtargetvmap
             # detect memory adressing modes
             # self.detect_adressing_modes(verbose)  # TODO
             # detect legal GMIR ops (and map to selectiondag?)
             # self.detect_legal_ops(verbose=verbose)  # TODO