Skip to content

Commit f534826

Browse files
authored
Merge pull request #378 from efabless/cocotb_fix
Update Makefile
2 parents 5020a22 + 65a12df commit f534826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ cocotb-verify-all-rtl:
360360

361361
.PHONY: cocotb-verify-all-gl
362362
cocotb-verify-all-gl:
363-
@(cd $(PROJECT_ROOT)/verilog/dv/cocotb && $(PROJECT_ROOT)/venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests_gl.yaml -verbosity quiet)
363+
@(cd $(PROJECT_ROOT)/verilog/dv/cocotb && $(PROJECT_ROOT)/venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests_gl.yaml -sim GL)
364364

365365
$(cocotb-dv-targets-rtl): cocotb-verify-%-rtl:
366366
@(cd $(PROJECT_ROOT)/verilog/dv/cocotb && $(PROJECT_ROOT)/venv-cocotb/bin/caravel_cocotb -t $* )
367367

368368
$(cocotb-dv-targets-gl): cocotb-verify-%-gl:
369-
@(cd $(PROJECT_ROOT)/verilog/dv/cocotb && $(PROJECT_ROOT)/venv-cocotb/bin/caravel_cocotb -t $* -verbosity quiet)
369+
@(cd $(PROJECT_ROOT)/verilog/dv/cocotb && $(PROJECT_ROOT)/venv-cocotb/bin/caravel_cocotb -t $* -sim GL)
370370

371371
./verilog/gl/user_project_wrapper.v:
372372
$(error you don't have $@)

0 commit comments

Comments
 (0)