summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind/mod.mk
blob: de9c26cbf69e2a3362e2ed55ff5de8a209c54c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
define core
  $(this)/deps := gfx
  $(this)/targets := pydoc test

  $(this)/rtl_top := dut
  $(this)/rtl_files := dut.sv

  $(this)/cocotb_paths := .
  $(this)/cocotb_modules := testbench.main

  $(this)/pdoc_modules := testbench
endef