summaryrefslogtreecommitdiff
path: root/tb/gfx_shader_bind/mod.mk
blob: af16a0434cf98e45ce8680739e466f2c547ede18 (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)/pydoc_modules := testbench
endef