summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-18 09:13:11 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-24 05:58:41 -0600
commit4cf5ed94a8767efd13265abcc20a5082acc02824 (patch)
tree0a98aaac24245a8daf76d25e8161cd3c03acd2fb /tb/gfx_shader_bind/mod.mk
parenta3559d9e53100cd2d9c1e481ec81eeb90ca0ba5b (diff)
tb/gfx_shader_bind: initial commit
Diffstat (limited to 'tb/gfx_shader_bind/mod.mk')
-rw-r--r--tb/gfx_shader_bind/mod.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/tb/gfx_shader_bind/mod.mk b/tb/gfx_shader_bind/mod.mk
new file mode 100644
index 0000000..e031f52
--- /dev/null
+++ b/tb/gfx_shader_bind/mod.mk
@@ -0,0 +1,10 @@
+define core
+ $(this)/deps := gfx
+ $(this)/targets := test
+
+ $(this)/rtl_top := dut
+ $(this)/rtl_files := dut.sv
+
+ $(this)/cocotb_paths := .
+ $(this)/cocotb_modules := testbench.main
+endef