mirror of https://github.com/VLSIDA/OpenRAM.git
revert change to Openpdks commit
This commit is contained in:
parent
ce1861f342
commit
fc1a9a9a2b
10
Makefile
10
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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue