mirror of https://github.com/VLSIDA/OpenRAM.git
fixed bug with tempdir in macros makefile
This commit is contained in:
parent
b2bcbddd01
commit
7ed7ff4e9a
|
|
@ -6,6 +6,7 @@ include $(TOP_DIR)/openram.mk
|
|||
|
||||
SKY130_PDK ?= $(PDK_ROOT)/sky130A
|
||||
|
||||
OPENRAM_DIR = $(MACRO_DIR)
|
||||
OPENRAM_OPTS := $(OPENRAM_OPTS)
|
||||
# Define `OPENRAM_FULL` in your environment to run a full characterize
|
||||
ifeq ($(OPENRAM_FULL),)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
# See LICENSE for licensing information.
|
||||
#
|
||||
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
tech_name = "sky130"
|
||||
nominal_corner_only = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue