diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-12 13:28:53 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-12 18:13:02 -0600 |
| commit | de49ebb80d1e2ef8283818332a0ac6bf5d70440d (patch) | |
| tree | fc437474dfe336a43dd4fca9cd31ed150a435868 /platform/wavelet3d/mod.mk | |
| parent | e581090bb9e7965c463be35544395406f5a5441d (diff) | |
platform/wavelet3d: implement JTAG TAP bridge in simulation
Diffstat (limited to 'platform/wavelet3d/mod.mk')
| -rw-r--r-- | platform/wavelet3d/mod.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/wavelet3d/mod.mk b/platform/wavelet3d/mod.mk index c30766e..05e435e 100644 --- a/platform/wavelet3d/mod.mk +++ b/platform/wavelet3d/mod.mk @@ -5,6 +5,6 @@ define core $(this)/rtl_dirs := . $(this)/rtl_files := w3d_top.sv - $(this)/vl_main := main.cpp + $(this)/vl_main := main.cpp remote_bitbang.cpp $(this)/vl_pkgconfig := sdl2 endef |
