When I run `make setup` using the <Makefile> inclu...
# openlane
a
When I run
make setup
using the Makefile included with caravel_user_project, is there a way to point the
OPENLANE_TAG
to the latest docker container?
export OPENLANE_TAG=latest
doesn't work, so I always have to manually enter the latest date/tag from https://hub.docker.com/r/efabless/openlane/tags Is there an easier solution to having
make setup
point to the latest openlane tag and its corresponding open_pdks commit?
v
https://github.com/efabless/caravel_user_project/blob/c06956452091703e234801f0bee4c1b7af9d0315/Makefile#L25 Edit this line to point latest OpenLane tag and corresponding
open_pdks
in line
L24
and do
make setup