https://open-source-silicon.dev logo
d

donn

09/06/2021, 11:45 AM
@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

Amro Tork

09/06/2021, 11:53 AM
I have merged all the updates from https://github.com/The-OpenROAD-Project/OpenLane
Take a look at my PR
d

donn

09/06/2021, 11:53 AM
Merging the update does not merge tags.
a

Amro Tork

09/06/2021, 11:54 AM
@donn Could you please advise how to do that?
d

donn

09/06/2021, 11:54 AM
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

Amro Tork

09/06/2021, 11:56 AM
I use the default after merge
Ok
d

donn

09/06/2021, 11:56 AM
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

Amro Tork

09/06/2021, 11:57 AM
I was expecting it to use the default of OpenRoad version
?
Not mine
d

donn

09/06/2021, 11:58 AM
Just how git works. Can't do much unfortunately, other than check in the current tag to revision history which sounds positively vomit-inducing.