Hi, I'm trying to install mpw-3 tag from git clone...
# shuttle
v
Hi, I'm trying to install mpw-3 tag from git clone https://github.com/efabless/OpenLane.git cd OpenLane make openlane docker pull efabless/openlane:mpw-3 Error response from daemon: manifest for efabless/openlane:mpw-3 not found: manifest unknown: manifest unknown make: * [Makefile171 openlane] Error 1 is anyone facing above issue in Ubuntu 20.04?
c
The efabless/openlane:mpw-3 container does not currently exist. However, efabless/openlane:master was updated 3 days ago, so if you rewrite OPENLANE_IMAGE_NAME in the OpenLane Makefile to efabless/openlane:master, it will work for now, although I cannot guarantee that it will work.
v
openlane:master also throws error
c
OPENLANE_IMAGE_NAME ?= efabless/openlane:master Did you change it to?
v
export OPENLANE_IMAGE_NAME=master i used
c
export OPENLANE_TAG=master OK, then use this instead of that.
v
export OPENLANE_TAG=master this is working. So this is latest mpw-3 OL tag right?
c
what is OL?
v
Openlane tag for mpw3 shuttle
c
I understand. It is up to date as far as it is noted here. https://hub.docker.com/r/efabless/openlane/tags
v
ok thanks @User.
😄 1
m
@User can you give us some clarification here
yes I confirm this doesn't work for me either