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

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

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