update openlane and pdk commit
diff --git a/Makefile b/Makefile index 3b25487..df634dc 100644 --- a/Makefile +++ b/Makefile
@@ -73,8 +73,9 @@ CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu CARAVEL_TAG := $(MPW_TAG) #OPENLANE_TAG=ddfeab57e3e8769ea3d40dda12be0460e09bb6d9 - export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f - export OPENLANE_TAG?=2022.11.19 + #export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f + export OPEN_PDKS_COMMIT?=35c7265f51749ad8d9fdbb575af22c7c8fab974e + export OPENLANE_TAG?=2022.11.29 endif
diff --git a/openlane/Makefile b/openlane/Makefile index 8509a12..e1e116f 100644 --- a/openlane/Makefile +++ b/openlane/Makefile
@@ -16,7 +16,7 @@ MAKEFLAGS+=--warn-undefined-variables export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M') -OPENLANE_TAG ?= 2022.10.20 +OPENLANE_TAG ?= 2022.11.29 OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG) designs = $(shell find * -maxdepth 0 -type d) current_design = null