mirror of https://github.com/efabless/caravel.git
update `OPENLANE_TAG` in `openlane/Makefile`
This commit is contained in:
parent
d71787a51a
commit
65f28ef620
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue