summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/gfx_shader_bind/mod.mk2
-rw-r--r--tb/gfx_shader_bind/testbench/__init__.py8
2 files changed, 9 insertions, 1 deletions
diff --git a/tb/gfx_shader_bind/mod.mk b/tb/gfx_shader_bind/mod.mk
index af16a04..de9c26c 100644
--- a/tb/gfx_shader_bind/mod.mk
+++ b/tb/gfx_shader_bind/mod.mk
@@ -8,5 +8,5 @@ define core
$(this)/cocotb_paths := .
$(this)/cocotb_modules := testbench.main
- $(this)/pydoc_modules := testbench
+ $(this)/pdoc_modules := testbench
endef
diff --git a/tb/gfx_shader_bind/testbench/__init__.py b/tb/gfx_shader_bind/testbench/__init__.py
index e69de29..4aeb94c 100644
--- a/tb/gfx_shader_bind/testbench/__init__.py
+++ b/tb/gfx_shader_bind/testbench/__init__.py
@@ -0,0 +1,8 @@
+import testbench.axi
+import testbench.checkers
+import testbench.common
+import testbench.data
+import testbench.drivers
+import testbench.main
+import testbench.models
+import testbench.monitors