File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
verilog/dv/cocotb/user_proj_tests Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ setup-cocotb-env:
111111
112112.PHONY : cocotb-verify-all-rtl
113113cocotb-verify-all-rtl :
114- @ (cd $( PROJECT_ROOT) /verilog/dv/cocotb && $( PROJECT_ROOT) /venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests.yaml $( COCOTB_ARGS) )
115-
116- .PHONY : cocotb-verify-all-gl
114+ @ (cd $( PROJECT_ROOT) /verilog/dv/cocotb && $( PROJECT_ROOT) /venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests.yaml -gen_defaults_dir ./../../../dependencies/frigate $( COCOTB_ARGS) )
115+
116+ .PHONY : cocotb-verify-all-gl
117117cocotb-verify-all-gl :
118- @ (cd $( PROJECT_ROOT) /verilog/dv/cocotb && $( PROJECT_ROOT) /venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests_gl.yaml -sim GL $( COCOTB_ARGS) )
118+ @ (cd $( PROJECT_ROOT) /verilog/dv/cocotb && $( PROJECT_ROOT) /venv-cocotb/bin/caravel_cocotb -tl user_proj_tests/user_proj_tests_gl.yaml -sim GL -gen_defaults_dir ./../../../dependencies/frigate $( COCOTB_ARGS) )
119119
120120$(cocotb-dv-targets-rtl ) : cocotb-verify-% -rtl:
121121 @ (cd $( PROJECT_ROOT) /verilog/dv/cocotb && $( PROJECT_ROOT) /venv-cocotb/bin/caravel_cocotb -t $* $( COCOTB_ARGS) )
Original file line number Diff line number Diff line change 1+ Tests :
2+ - {name: gpio_portA, sim: GL}
You can’t perform that action at this time.
0 commit comments