File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,9 @@ ifeq ($(PDK),gf180mcuC)
73
73
CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu
74
74
CARAVEL_TAG := $(MPW_TAG)
75
75
# 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
78
79
79
80
endif
80
81
Original file line number Diff line number Diff line change 16
16
MAKEFLAGS+ =--warn-undefined-variables
17
17
18
18
export OPENLANE_RUN_TAG = $(shell date '+% y_% m_% d_% H_% M')
19
- OPENLANE_TAG ?= 2022.10.20
19
+ OPENLANE_TAG ?= 2022.11.29
20
20
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG )
21
21
designs = $(shell find * -maxdepth 0 -type d)
22
22
current_design = null
You can’t perform that action at this time.
0 commit comments