diff --git a/openlane/Makefile b/openlane/Makefile index 5b5b03ea53..187c6dc514 100644 --- a/openlane/Makefile +++ b/openlane/Makefile @@ -18,7 +18,8 @@ MAKEFLAGS+=--warn-undefined-variables export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M') export OPENLANE_REPO ?= https://github.com/The-OpenROAD-Project/OpenLane OPENLANE_TAG ?= 2023.07.19 -OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG) +OPENLANE_IMAGE_NAME_BASE ?= efabless/openlane +OPENLANE_IMAGE_NAME ?= $(OPENLANE_IMAGE_NAME_BASE):$(OPENLANE_TAG) designs = $(shell find * -maxdepth 0 -type d) current_design = null