summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind/mod.mk
diff options
context:
space:
mode:
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