Skip to content

Commit fd649af

Browse files
author
M0stafaRady
committed
update cocotb docker name in Makefile
1 parent f5ebf9f commit fd649af

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ install:
105105
.PHONY: simenv
106106
simenv:
107107
docker pull efabless/dv:latest
108+
109+
# Install cocotb docker
110+
.PHONY: simenv-cocotb
111+
simenv-cocotb:
108112
docker pull efabless/dv:cocotb
109113

110114
.PHONY: setup
@@ -322,16 +326,16 @@ setup-timing-scripts: $(TIMING_ROOT)
322326
@( cd $(TIMING_ROOT) && git pull )
323327
@#( cd $(TIMING_ROOT) && git fetch && git checkout $(MPW_TAG); )
324328

325-
.PHONY: install-cocotb
326-
install-cocotb:
327-
@pip install caravel-cocotb==1.0.0
329+
.PHONY: install-caravel-cocotb
330+
install-caravel-cocotb:
331+
@pip install caravel-cocotb
328332

329333
.PHONY: setup-cocotb-env
330334
setup-cocotb-env:
331335
@(python3 $(PROJECT_ROOT)/verilog/dv/setup-cocotb.py $(CARAVEL_ROOT) $(MCW_ROOT) $(PDK_ROOT) $(PDK) $(PROJECT_ROOT))
332336

333337
.PHONY: setup-cocotb
334-
setup-cocotb: install-cocotb setup-cocotb-env simenv
338+
setup-cocotb: install-caravel-cocotb setup-cocotb-env simenv-cocotb
335339

336340
.PHONY: cocotb-verify-all-rtl
337341
cocotb-verify-all-rtl:

0 commit comments

Comments
 (0)