From c0f47b6404a3947563d12e48917f1d93c4ed3e54 Mon Sep 17 00:00:00 2001 From: marwaneltoukhy Date: Tue, 11 Oct 2022 10:15:41 -0700 Subject: [PATCH] updated openlane and open_pdks commit --- Makefile | 2 +- openlane/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e7ea7d5..1ab5edb8 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ SPECIAL_VOLTAGE_LIBRARY ?= sky130_fd_sc_hvl IO_LIBRARY ?= sky130_fd_io PRIMITIVES_LIBRARY ?= sky130_fd_pr SKYWATER_COMMIT ?= c094b6e83a4f9298e47f696ec5a7fd53535ec5eb -OPEN_PDKS_COMMIT ?= 05af1d05227419f0955cd98610351f4680575b95 +OPEN_PDKS_COMMIT ?= de752ec0ba4da0ecb1fbcd309eeec4993d88f5bc # = 1.0.303 PDK_MAGIC_COMMIT ?= fe2eb6d3906ed15ade0e7a51daea80dd4e3846e2 # = 8.3.294 diff --git a/openlane/Makefile b/openlane/Makefile index f1cefcb6..b88ce57a 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 ?= 2021.11.23_01.42.34 +OPENLANE_TAG ?= 2022.10.10 OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG) IT_SCRIPT ?= ./interactive.tcl designs = $(shell find * -maxdepth 0 -type d)