mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 19:28:08 +02:00
Change pdk path in root directory mount command.
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user