mirror of https://github.com/VLSIDA/OpenRAM.git
Use local repo for development of sky130_fd_bd_sram
This commit is contained in:
parent
e6e9d09369
commit
79e6eea976
3
Makefile
3
Makefile
|
|
@ -23,7 +23,8 @@ TOP_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
|
|||
|
||||
# Skywater PDK SRAM library
|
||||
#SRAM_LIBRARY ?= $(PDK_ROOT)/skywater-pdk/libraries/sky130_fd_bd_sram
|
||||
SRAM_GIT_REPO ?= https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
||||
#SRAM_GIT_REPO ?= https://github.com/google/skywater-pdk-libs-sky130_fd_bd_sram.git
|
||||
SRAM_GIT_REPO ?= git@github.com:VLSIDA/sky130_fd_bd_sram.git
|
||||
SRAM_LIBRARY ?= $(TOP_DIR)/sky130_fd_bd_sram
|
||||
|
||||
# Open PDKs
|
||||
|
|
|
|||
Loading…
Reference in New Issue