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/mod.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tb/gfx_shader_bind/mod.mk (limited to 'tb/gfx_shader_bind/mod.mk') 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 -- cgit v1.2.3