We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd649af commit a02132eCopy full SHA for a02132e
Makefile
@@ -28,6 +28,8 @@ export PDK?=sky130A
28
#export PDK?=gf180mcuC
29
export PDKPATH?=$(PDK_ROOT)/$(PDK)
30
31
+PYTHON_BIN ?= python3
32
+
33
ROOTLESS ?= 0
34
USER_ARGS = -u $$(id -u $$USER):$$(id -g $$USER)
35
ifeq ($(ROOTLESS), 1)
@@ -328,7 +330,7 @@ setup-timing-scripts: $(TIMING_ROOT)
328
330
329
331
.PHONY: install-caravel-cocotb
332
install-caravel-cocotb:
- @pip install caravel-cocotb
333
+ @./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir caravel-cocotb
334
335
.PHONY: setup-cocotb-env
336
setup-cocotb-env:
0 commit comments