mirror of https://github.com/efabless/caravel.git
typo
This commit is contained in:
parent
8507bcf1ee
commit
b7904e08ae
|
@ -76,7 +76,7 @@ openlane: check-openlane-env
|
||||||
git clone https://github.com/The-OpenROAD-Project/OpenLane --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \
|
git clone https://github.com/The-OpenROAD-Project/OpenLane --branch=$(OPENLANE_TAG) --depth=1 $(OPENLANE_ROOT) && \
|
||||||
cd $(OPENLANE_ROOT) && \
|
cd $(OPENLANE_ROOT) && \
|
||||||
export OPENLANE_IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
|
export OPENLANE_IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
|
||||||
- export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
|
export IMAGE_NAME=efabless/openlane:$(OPENLANE_TAG) && \
|
||||||
$(MAKE) pull-openlane
|
$(MAKE) pull-openlane
|
||||||
|
|
||||||
.PHONY: check-openlane-env
|
.PHONY: check-openlane-env
|
||||||
|
|
Loading…
Reference in New Issue