ArunKumar P.V
03/31/2024, 1:23 PM./flow.tcl -interactive -verbose 2
and completed till run_placement
stage for a particular design.
I had to close the terminal at this stage.
Now I would like to load this design and resume from the placement stage.
How to do this in the latest OpenLane version ??ArunKumar P.V
03/31/2024, 1:28 PM./flow.tcl -interactive -verbose 2 -design <design_name> -tag <tag> -from 11
Where do I find the current_step number (11 in the above example) ?ArunKumar P.V
03/31/2024, 1:33 PMset ::env(CURRENT_STEP) "placement"