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

  $(this)/rtl_top := gfx_float_lane
  $(this)/rtl_files := gfx_pkg.sv gfx_float_lane.sv gfx_fmul_lane.sv gfx_round_lane.sv

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