fixed bug with tempdir in macros makefile

This commit is contained in:
Sage Walker 2023-04-03 17:06:09 -07:00
parent b2bcbddd01
commit 7ed7ff4e9a
2 changed files with 11 additions and 4 deletions

View File

@ -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),)

View File

@ -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