blob: c30766e09452d150398fe392d3c9293c5393ff92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
define core
$(this)/deps := gfx if_common
$(this)/rtl_top := w3d_top
$(this)/rtl_dirs := .
$(this)/rtl_files := w3d_top.sv
$(this)/vl_main := main.cpp
$(this)/vl_pkgconfig := sdl2
endef
|