Is there a way to resume on an OpenLANE flow after...
# openlane
k
Is there a way to resume on an OpenLANE flow after failing at a particular step, assuming the issue was confined to that step and possible to be fixed?
m
k
Thanks! I realized it works by just passing the previous tag:
./flow.tcl -design xyz -from 11 -tag 2021.11.15_10.47.23
👍 1