summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
blob: 232d808964bf318bb87febadf059425fd5aeaad8 (plain)
1
2
3
4
5
6
7
8
9
10
define core
  $(this)/deps :=

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

  $(this)/vl_main := main.cpp
  $(this)/vl_pkgconfig := python3-embed
endef