summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
blob: 7fc8b0388d50112c73942f0543f025b3b8e9e0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
subdirs := host_sw

define core
  $(this)/deps := axixbar if_common gfx vdc w3d_host_sw

  $(this)/rtl_top := w3d_top
  $(this)/rtl_dirs := .
  $(this)/rtl_files := w3d_top.sv

  $(this)/obj_deps := gfx_bootrom.hex w3d_host_flash.bin

  $(this)/vl_main := main.cpp remote_jtag.cpp
  $(this)/vl_pkgconfig := sdl2
endef