summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind/testbench/__init__.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-06-02 12:19:10 -0600
committerAlejandro Soto <alejandro@34project.org>2024-06-02 12:19:36 -0600
commit3ea47a9ddce3fb5aa6d4a3996461ba285e938dad (patch)
treebc3694f59db38d0fe677e8b5094de685eb22332a /tb/gfx_shader_bind/testbench/__init__.py
parent3ca4cd68d70a32bd20380dc21ae9d9866f6c0866 (diff)
mk/cocotb: replace pydoc3 with pdoc3HEADmaster
Diffstat (limited to 'tb/gfx_shader_bind/testbench/__init__.py')
-rw-r--r--tb/gfx_shader_bind/testbench/__init__.py8
1 files changed, 8 insertions, 0 deletions
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