Update openram.py location

This commit is contained in:
Eren Dogan
2022-10-25 13:34:49 -07:00
parent dacc0acd4d
commit 8599a02f12
+1 -1
View File
@@ -1,6 +1,6 @@
OPENRAM_HOME := $(abspath $(TOP_DIR)/compiler)
OPENRAM_TECH := $(abspath $(TOP_DIR)/technology)
OPENRAM_COMPILER := $(OPENRAM_HOME)/openram.py
OPENRAM_COMPILER := $(abspath $(TOP_DIR)/openram.py)
PDK_ROOT ?= $(TOP_DIR)