mirror of https://github.com/VLSIDA/OpenRAM.git
Update openram.py location
This commit is contained in:
parent
dacc0acd4d
commit
8599a02f12
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue