From fc1a9a9a2bcf7b41a63868eec9c09f9f2aa53050 Mon Sep 17 00:00:00 2001 From: SWalker Date: Tue, 7 Nov 2023 00:56:16 -0800 Subject: [PATCH] revert change to Openpdks commit --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6c482b7c..7d9a9740 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ SRAM_LIB_GIT_COMMIT ?= dd64256961317205343a3fd446908b42bafba388 # Open PDKs OPEN_PDKS_DIR ?= $(PDK_ROOT)/open_pdks OPEN_PDKS_GIT_REPO ?= https://github.com/RTimothyEdwards/open_pdks.git -# OPEN_PDKS_GIT_COMMIT ?= 1.0.311 -OPEN_PDKS_GIT_COMMIT ?= 1.0.395 +OPEN_PDKS_GIT_COMMIT ?= 1.0.311 +# OPEN_PDKS_GIT_COMMIT ?= 1.0.395 #OPEN_PDKS_GIT_COMMIT ?= 7ea416610339d3c29af9d0d748ceadd3fd368608 SKY130_PDK ?= $(PDK_ROOT)/sky130A GF180_PDK ?= $(PDK_ROOT)/gf180 @@ -151,10 +151,14 @@ install: $(SRAM_LIB_DIR) @make $(INSTALL_DIRS) .PHONY: install -pdk: $(GF180_PDK) $(SKY130_PDK) +pdk: $(SKY130_PDK) @true .PHONY: pdk +gf180-pdk: $(GF180_PDK) + @true +.PHONY: gf180-pdk + $(INSTALL_BASE)/gds_lib: $(GDS_FILES) @echo @echo "Setting up GDS cell library for OpenRAM."