From 4cf5ed94a8767efd13265abcc20a5082acc02824 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 18 May 2024 09:13:11 -0600 Subject: tb/gfx_shader_bind: initial commit --- tb/gfx_shader_bind/testbench/common.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tb/gfx_shader_bind/testbench/common.py (limited to 'tb/gfx_shader_bind/testbench/common.py') diff --git a/tb/gfx_shader_bind/testbench/common.py b/tb/gfx_shader_bind/testbench/common.py new file mode 100644 index 0000000..0e9a97b --- /dev/null +++ b/tb/gfx_shader_bind/testbench/common.py @@ -0,0 +1,6 @@ +import cocotb + +MAX_GROUPS = 64 +MEM_WORDS = 64 << (20 - 2) + +log = cocotb.logging.getLogger("cocotb.test") -- cgit v1.2.3