summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--platform/wavelet3d/mod.mk17
1 files changed, 3 insertions, 14 deletions
diff --git a/platform/wavelet3d/mod.mk b/platform/wavelet3d/mod.mk
index 153f9c7..16c6cfc 100644
--- a/platform/wavelet3d/mod.mk
+++ b/platform/wavelet3d/mod.mk
@@ -1,21 +1,10 @@
-cores := gfx_shader_schedif
-
define core
- $(this)/deps := axixbar fp_unit gfx_shader_schedif picorv32
+ $(this)/deps := gfx
- $(this)/rtl_top := gfx_top
+ $(this)/rtl_top := w3d_top
$(this)/rtl_dirs := .
- $(this)/rtl_files := gfx_isa.sv gfx_pkg.sv gfx_top.sv
+ $(this)/rtl_files := w3d_top.sv
$(this)/vl_main := main.cpp
$(this)/vl_pkgconfig := sdl2
endef
-
-define core/gfx_shader_schedif
- $(this)/hooks := regblock
-
- $(this)/regblock_rdl := gfx_shader_schedif.rdl
- $(this)/regblock_top := gfx_shader_schedif
- $(this)/regblock_args := --default-reset arst_n
- $(this)/regblock_cpuif := axi4-lite
-endef