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