Skip to content

Commit

Permalink
fix install depency over pip in installing caravel-cocotb
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Aug 1, 2023
1 parent dec4c74 commit b490e5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SIM?=RTL
# Install lite version of caravel, (1): caravel-lite, (0): caravel
CARAVEL_LITE?=1

PYTHON_BIN ?= python3

# PDK switch varient
export PDK?=sky130A
#export PDK?=gf180mcuC
Expand Down Expand Up @@ -319,7 +321,7 @@ setup-timing-scripts: $(TIMING_ROOT)

.PHONY: setup-cocotb
setup-cocotb:
@pip install caravel-cocotb==1.0.0
@./venv/bin/$(PYTHON_BIN) -m pip install --upgrade --no-cache-dir caravel-cocotb
@(python3 $(PROJECT_ROOT)/verilog/dv/setup-cocotb.py $(CARAVEL_ROOT) $(MCW_ROOT) $(PDK_ROOT) $(PDK) $(PROJECT_ROOT))
@docker pull efabless/dv:latest
@docker pull efabless/dv:cocotb
Expand Down

0 comments on commit b490e5e

Please sign in to comment.