mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Update versions of tools. Fix supply bug in predecode.
This commit is contained in:
@@ -3,9 +3,6 @@ include $(TOP_DIR)/openram.mk
|
||||
|
||||
.DEFAULT_GOAL := install
|
||||
|
||||
# Keep it locally if they didn't specify
|
||||
PDK_ROOT ?= $(TOP_DIR)
|
||||
|
||||
# Skywater PDK SRAM library
|
||||
SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram
|
||||
SRAM_LIB_GIT_REPO ?= https://github.com/vlsida/sky130_fd_bd_sram.git
|
||||
@@ -15,8 +12,8 @@ SRAM_LIB_GIT_COMMIT ?= 95287ef89556505b2cdf17912c025cb74d9288a7
|
||||
# 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.156
|
||||
OPEN_PDKS_GIT_COMMIT ?= 7ea416610339d3c29af9d0d748ceadd3fd368608
|
||||
OPEN_PDKS_GIT_COMMIT ?= 1.0.311
|
||||
#OPEN_PDKS_GIT_COMMIT ?= 7ea416610339d3c29af9d0d748ceadd3fd368608
|
||||
SKY130_PDK ?= $(PDK_ROOT)/sky130A
|
||||
|
||||
# Skywater PDK
|
||||
|
||||
Reference in New Issue
Block a user