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

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

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