blob: e031f52ae0a9c99f8fa035751a0e2af18860bd5c (
plain)
1
2
3
4
5
6
7
8
9
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
|