diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-06-02 11:39:56 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-06-02 12:19:36 -0600 |
| commit | 3ca4cd68d70a32bd20380dc21ae9d9866f6c0866 (patch) | |
| tree | 143b10f0c1291d82a0187a39f5facf6d2a72372d /tb/gfx_shader_bind/mod.mk | |
| parent | 3794b707ebec4f91bd3f9922572bb154a8ac910a (diff) | |
mk/cocotb: implement pydoc generation
Diffstat (limited to 'tb/gfx_shader_bind/mod.mk')
| -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 |
