update `OPENLANE_TAG` in `openlane/Makefile`

This commit is contained in:
mo-hosni 2023-05-22 05:50:50 -07:00
parent d71787a51a
commit 65f28ef620
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
MAKEFLAGS+=--warn-undefined-variables
export OPENLANE_RUN_TAG ?= $(shell date '+%y_%m_%d_%H_%M')
OPENLANE_TAG ?= 2022.10.10
OPENLANE_TAG ?= 2023.05.17
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)
IT_SCRIPT ?= ./interactive.tcl
designs = $(shell find * -maxdepth 0 -type d)