Debug initial docker run scripts

This commit is contained in:
mrg
2021-11-02 15:07:18 -07:00
parent 9d49a369ea
commit d7a20bc69b
5 changed files with 93 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
OPENRAM_HOME := $(abspath $(TOP_DIR)/compiler)
OPENRAM_TECH := $(abspath $(TOP_DIR)/technology)
OPENRAM_COMPILER := $(OPENRAM_HOME)/openram.py
ifeq (,$(wildcard $(OPENRAM_COMPILER)))
$(error Did not find '$(OPENRAM_COMPILER)' in '$(OPENRAM_HOME)' (from $$OPENRAM_HOME))
endif
export OPENRAM_HOME
export OPENRAM_TECH