summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-20 10:24:29 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-24 05:58:41 -0600
commit1b112bfc4c053d9b795235385120f2eb7a97001c (patch)
treea90d5608811960f209538accb216f91e880b8774 /platform/wavelet3d/mod.mk
parent72d41c8d5e93e300f9e65e8752ae765428c96c83 (diff)
platform/wavelet3d: improve performance of JTAG-over-TCP
Diffstat (limited to 'platform/wavelet3d/mod.mk')
-rw-r--r--platform/wavelet3d/mod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/wavelet3d/mod.mk b/platform/wavelet3d/mod.mk
index 05e435e..77382f1 100644
--- a/platform/wavelet3d/mod.mk
+++ b/platform/wavelet3d/mod.mk
@@ -1,10 +1,10 @@
define core
- $(this)/deps := gfx if_common
+ $(this)/deps := axixbar if_common gfx
$(this)/rtl_top := w3d_top
$(this)/rtl_dirs := .
$(this)/rtl_files := w3d_top.sv
- $(this)/vl_main := main.cpp remote_bitbang.cpp
+ $(this)/vl_main := main.cpp remote_jtag.cpp
$(this)/vl_pkgconfig := sdl2
endef