diff options
Diffstat (limited to 'tb/gfx_shader_bind')
| -rw-r--r-- | tb/gfx_shader_bind/mod.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tb/gfx_shader_bind/mod.mk b/tb/gfx_shader_bind/mod.mk index e031f52..af16a04 100644 --- a/tb/gfx_shader_bind/mod.mk +++ b/tb/gfx_shader_bind/mod.mk @@ -1,10 +1,12 @@ define core $(this)/deps := gfx - $(this)/targets := test + $(this)/targets := pydoc test $(this)/rtl_top := dut $(this)/rtl_files := dut.sv $(this)/cocotb_paths := . $(this)/cocotb_modules := testbench.main + + $(this)/pydoc_modules := testbench endef |
