diff options
Diffstat (limited to 'tb/gfx_shader_bind/testbench/common.py')
| -rw-r--r-- | tb/gfx_shader_bind/testbench/common.py | 6 |
1 files changed, 6 insertions, 0 deletions
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") |
