Skip to content

Commit 6562a0c

Browse files
author
Mario Ruiz
committed
Fix dependency issue
1 parent 65a949c commit 6562a0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.synthesis

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ETHSRC=$(TOPDIR)/hls/ethernet_inserter
77
ICMPSRC=$(TOPDIR)/hls/icmp_server
88
PKTSRC=$(TOPDIR)/hls/packet_handler
99
USRSRC=$(TOPDIR)/hls/user_abstraction
10+
UDPSRC=$(TOPDIR)/hls/UDP
1011
PORTSRC=$(TOPDIR)/hls/port_handler
1112
TCLDIR=$(TOPDIR)/scripts
1213

@@ -68,7 +69,7 @@ portHandler_prj: $(shell find $(PORTSRC) -type f) $(TCLDIR)/portHandler.tcl
6869
rm -rf $@
6970
vivado_hls -f $(TCLDIR)/portHandler.tcl -tclargs $(TOPDIR) $@ $(FPGAPART)
7071

71-
UDP_prj: $(shell find $(UDPTSRC) -type f) $(TCLDIR)/udp_script.tcl
72+
UDP_prj: $(shell find $(UDPSRC) -type f) $(TCLDIR)/udp_script.tcl
7273
rm -rf $@
7374
vivado_hls -f $(TCLDIR)/udp_script.tcl -tclargs $(TOPDIR) $@ $(FPGAPART)
7475

0 commit comments

Comments
 (0)