update Makefile
diff --git a/openlane/Makefile b/openlane/Makefile index 9804927..1cce6eb 100644 --- a/openlane/Makefile +++ b/openlane/Makefile
@@ -16,7 +16,8 @@ MAKEFLAGS+=--warn-undefined-variables export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M') -OPENLANE_TAG ?= 2021.11.23_01.42.34 +#OPENLANE_TAG ?= 2021.11.23_01.42.34 +OPENLANE_TAG ?= 2022.10.10 OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG) designs = $(shell find * -maxdepth 0 -type d) current_design = null