<@U01EK2VDMDG> Version 0.12 is half a year old, so...
# openlane
d
@User Version 0.12 is half a year old, so you're either working on a fork or cloning from https://github.com/efabless/openlane
a
I have merged all the updates from https://github.com/The-OpenROAD-Project/OpenLane
Take a look at my PR
d
Merging the update does not merge tags.
a
@donn Could you please advise how to do that?
d
You'll want to provide a custom image name if you're still working on your fork:
IMAGE_NAME=efabless/openlane:2021.09.06_03.53.07 make mount
As for getting the tags, there's nothing you can do but rebase, unfortunately. And considering the massively diverging history, a rebase would be impossible. What you'd better do is re-apply the changes to a newer version of OpenLane
a
I use the default after merge
Ok
d
the default after merge is always the latest tag, so if you're on a fork it's whatever the latest tag was at the time of the fork
Which was 6 months ago in your case
a
I was expecting it to use the default of OpenRoad version
?
Not mine
d
Just how git works. Can't do much unfortunately, other than check in the current tag to revision history which sounds positively vomit-inducing.