diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-18 09:13:11 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-24 05:58:41 -0600 |
| commit | 4cf5ed94a8767efd13265abcc20a5082acc02824 (patch) | |
| tree | 0a98aaac24245a8daf76d25e8161cd3c03acd2fb /tb/gfx_shader_bind/testbench/common.py | |
| parent | a3559d9e53100cd2d9c1e481ec81eeb90ca0ba5b (diff) | |
tb/gfx_shader_bind: initial commit
Diffstat (limited to '')
| -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") |
