You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am still facing this issue even after restarting my machine.
Are there any workarounds available?
Referring to the following step :
docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u $USER):$(id -g $USER) openlane:rc2
Note: If you face "permission denied" after executing the above command, just restart the machine once. Else logout/login of the user to see the changes reflect immediately.
Error which I am facing:
Unable to find image 'openlane:rc2' locally
The text was updated successfully, but these errors were encountered:
The problem is in the name of openlane image.... you will find it in makefile on this path ../vsdflow/work/tools/openlane_working_dir/openlane/docker/Makefile
on the latest version it's "efabless/openlane:current"
so the command will be:
docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u $USER):$(id -g $USER) efabless/openlane:current
I am still facing this issue even after restarting my machine.
Are there any workarounds available?
Referring to the following step :$USER):$ (id -g $USER) openlane:rc2
docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u
Note: If you face "permission denied" after executing the above command, just restart the machine once. Else logout/login of the user to see the changes reflect immediately.
Error which I am facing:
Unable to find image 'openlane:rc2' locally
The text was updated successfully, but these errors were encountered: