#132 Pull access denied for openlane Issue opened ...
# openlane
g
#132 Pull access denied for openlane Issue opened by ammar89 While trying to setup openlane, i got the following error message:
Copy code
Unable to find image 'openlane:rc6' locally
docker: Error response from daemon: pull access denied for openlane, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
My machine is running Ubuntu 18.04. I change the
IMAGE_NAME ?= openlane:rc6
(line 21) in the make file to
IMAGE_NAME ?= efabless/openlane
, which solved the issue apparently.
Copy code
Magic DRC Summary:
Source: /openLANE_flow/designs/spm/runs/openlane_test/logs/magic/magic.drc
Total Magic DRC violations is 0
----------------------------------------

LVS Summary:
Source: /openLANE_flow/designs/spm/runs/openlane_test/results/lvs/spm.lvs_parsed.log
LVS reports no net, device, pin, or property mismatches.
Total errors = 0
----------------------------------------

Antenna Summary:
Source: /openLANE_flow/designs/spm/runs/openlane_test/reports/routing/antenna.rpt
Number of pins violated: 0
Number of nets violated: 0
[SUCCESS]: Flow Completed Without Fatal Errors.
Basic test passed
I only got two warning messages,
Copy code
[WARNING]: Current core area is too small for a power grid
[WARNING]: Minimizing the power grid!!!!
efabless/openlane