mirror of https://github.com/VLSIDA/OpenRAM.git
Use conda for macros
This commit is contained in:
parent
3bf6ee1a91
commit
aabd258643
|
|
@ -61,11 +61,11 @@ freepdk45: $(FREEPDK45_STAMPS)
|
||||||
scn4m_subm: $(SCN4M_SUBM_STAMPS)
|
scn4m_subm: $(SCN4M_SUBM_STAMPS)
|
||||||
.PHONY: scn4m_subm
|
.PHONY: scn4m_subm
|
||||||
|
|
||||||
OPENRAM_TMP=/openram/macros/$*/tmp
|
OPENRAM_TMP=$(MACRO_DIR)/$*/tmp
|
||||||
%.ok: configs/%.py
|
%.ok: configs/%.py
|
||||||
@echo "Building $*"
|
@echo "Building $*"
|
||||||
@mkdir -p $*
|
@mkdir -p $*
|
||||||
@$(DOCKER_CMD) python3 -u /openram/sram_compiler.py $(OPENRAM_OPTS) -o $* -p /openram/macros/$* /openram/macros/$< && touch $@
|
@python3 -u $(OPENRAM_COMPILER) $(OPENRAM_OPTS) -o $* -p $(MACRO_DIR)/$* $(MACRO_DIR)/$< && touch $@
|
||||||
|
|
||||||
.DELETE_ON_ERROR: $(STAMPS)
|
.DELETE_ON_ERROR: $(STAMPS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue