From 3ca4cd68d70a32bd20380dc21ae9d9866f6c0866 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 2 Jun 2024 11:39:56 -0600 Subject: mk/cocotb: implement pydoc generation --- tb/gfx_shader_bind/mod.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tb') 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 -- cgit v1.2.3