Skip to content

Commit a0b50ad

Browse files
Merge pull request #2 from chipfoundry/update-to-use-ciel
Update Makefile
2 parents 2531d88 + 1d5eccc commit a0b50ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,21 +1268,21 @@ endif
12681268

12691269
###########################################################################
12701270

1271-
.PHONY: pdk-with-volare
1272-
pdk-with-volare: check-python install-volare
1273-
./venv/bin/volare enable ${OPEN_PDKS_COMMIT}
1271+
.PHONY: pdk-with-ciel
1272+
pdk-with-ciel: check-python install-ciel
1273+
./venv/bin/ciel enable ${OPEN_PDKS_COMMIT}
12741274

12751275
check-python:
12761276
ifeq ($(shell which python3),)
12771277
$(error Please install python 3.6+)
12781278
endif
12791279

1280-
.PHONY: install-volare
1281-
install-volare:
1280+
.PHONY: install-ciel
1281+
install-ciel:
12821282
rm -rf ./venv
12831283
$(PYTHON_BIN) -m venv ./venv
12841284
./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir pip
1285-
./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir volare
1285+
./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir ciel
12861286

12871287

12881288
###########################################################################

0 commit comments

Comments
 (0)