Change pdk path in root directory mount command.

This commit is contained in:
mrg
2022-06-09 06:38:33 -07:00
parent d30f05a1ae
commit ef7120c5cd
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ OPENRAM_HOME := $(abspath $(TOP_DIR)/compiler)
OPENRAM_TECH := $(abspath $(TOP_DIR)/technology)
OPENRAM_COMPILER := $(OPENRAM_HOME)/openram.py
PDK_ROOT = $(TOP_DIR)
PDK_ROOT ?= $(TOP_DIR)
ifeq (,$(wildcard $(OPENRAM_COMPILER)))
$(error Did not find '$(OPENRAM_COMPILER)' in '$(OPENRAM_HOME)' (from $$OPENRAM_HOME))