We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe64a7e commit 7a54af7Copy full SHA for 7a54af7
openlane/Makefile
@@ -18,7 +18,8 @@ MAKEFLAGS+=--warn-undefined-variables
18
export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M')
19
export OPENLANE_REPO ?= https://github.com/The-OpenROAD-Project/OpenLane
20
OPENLANE_TAG ?= 2023.07.19
21
-OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)
+OPENLANE_IMAGE_NAME_BASE ?= efabless/openlane
22
+OPENLANE_IMAGE_NAME ?= $(OPENLANE_IMAGE_NAME_BASE):$(OPENLANE_TAG)
23
designs = $(shell find * -maxdepth 0 -type d)
24
current_design = null
25
0 commit comments