Skip to content

Commit 076bf82

Browse files
committed
update openlane and pdk commit
1 parent f0ea1ea commit 076bf82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ ifeq ($(PDK),gf180mcuC)
7373
CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu
7474
CARAVEL_TAG := $(MPW_TAG)
7575
#OPENLANE_TAG=ddfeab57e3e8769ea3d40dda12be0460e09bb6d9
76-
export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
77-
export OPENLANE_TAG?=2022.11.19
76+
#export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
77+
export OPEN_PDKS_COMMIT?=35c7265f51749ad8d9fdbb575af22c7c8fab974e
78+
export OPENLANE_TAG?=2022.11.29
7879

7980
endif
8081

openlane/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAKEFLAGS+=--warn-undefined-variables
1717

1818
export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M')
19-
OPENLANE_TAG ?= 2022.10.20
19+
OPENLANE_TAG ?= 2022.11.29
2020
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)
2121
designs = $(shell find * -maxdepth 0 -type d)
2222
current_design = null

0 commit comments

Comments
 (0)