summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--platform/wavelet3d/mod.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/wavelet3d/mod.mk b/platform/wavelet3d/mod.mk
index ab54441..a12392e 100644
--- a/platform/wavelet3d/mod.mk
+++ b/platform/wavelet3d/mod.mk
@@ -1,6 +1,9 @@
define core
- $(this)/deps := picorv32
- $(this)/rtl_top := picorv32
+ $(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