File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ install:
105105.PHONY : simenv
106106simenv :
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
330334setup-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
337341cocotb-verify-all-rtl :
You can’t perform that action at this time.
0 commit comments