diff --git a/hammer/flowgraph/flowgraph.py b/hammer/flowgraph/flowgraph.py index c56fafcf2..000ec81bc 100644 --- a/hammer/flowgraph/flowgraph.py +++ b/hammer/flowgraph/flowgraph.py @@ -278,10 +278,10 @@ def __run_single(node: Node) -> int: 'power_rundir': '', 'formal_rundir': '', 'timing_rundir': '', - 'from_step': node.step_controls["from_step"], - 'after_step': node.step_controls["after_step"], - 'to_step': node.step_controls["to_step"], - 'until_step': node.step_controls["until_step"], + "from_step": node.step_controls["start_before_step"], + "after_step": node.step_controls["start_after_step"], + "to_step": node.step_controls["stop_before_step"], + "until_step": node.step_controls["stop_after_step"], 'only_step': node.step_controls["only_step"], 'output': os.path.join(node.push_dir, node.required_outputs[0]), # TODO: fix this 'verilog': None,