Skip to content

Commit

Permalink
~ update OPENLANE_TAG to latest version: 2023.07.19
Browse files Browse the repository at this point in the history
  • Loading branch information
passant5 committed Jul 19, 2023
1 parent 6fefedd commit 185765c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export DISABLE_LVS?=0
ifeq ($(PDK),sky130A)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
export OPENLANE_TAG?=2023.07.13
export OPENLANE_TAG?=2023.07.19
MPW_TAG ?= mpw-9d

ifeq ($(CARAVEL_LITE),1)
Expand All @@ -56,7 +56,7 @@ endif
ifeq ($(PDK),sky130B)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
export OPENLANE_TAG?=2023.07.13
export OPENLANE_TAG?=2023.07.19
MPW_TAG ?= mpw-9d

ifeq ($(CARAVEL_LITE),1)
Expand Down
2 changes: 1 addition & 1 deletion openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
MAKEFLAGS+=--warn-undefined-variables

export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M')
OPENLANE_TAG ?= 2023.07.13
OPENLANE_TAG ?= 2023.07.19
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)
designs = $(shell find * -maxdepth 0 -type d)
current_design = null
Expand Down

0 comments on commit 185765c

Please sign in to comment.