We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a949c commit 6562a0cCopy full SHA for 6562a0c
Makefile.synthesis
@@ -7,6 +7,7 @@ ETHSRC=$(TOPDIR)/hls/ethernet_inserter
7
ICMPSRC=$(TOPDIR)/hls/icmp_server
8
PKTSRC=$(TOPDIR)/hls/packet_handler
9
USRSRC=$(TOPDIR)/hls/user_abstraction
10
+UDPSRC=$(TOPDIR)/hls/UDP
11
PORTSRC=$(TOPDIR)/hls/port_handler
12
TCLDIR=$(TOPDIR)/scripts
13
@@ -68,7 +69,7 @@ portHandler_prj: $(shell find $(PORTSRC) -type f) $(TCLDIR)/portHandler.tcl
68
69
rm -rf $@
70
vivado_hls -f $(TCLDIR)/portHandler.tcl -tclargs $(TOPDIR) $@ $(FPGAPART)
71
-UDP_prj: $(shell find $(UDPTSRC) -type f) $(TCLDIR)/udp_script.tcl
72
+UDP_prj: $(shell find $(UDPSRC) -type f) $(TCLDIR)/udp_script.tcl
73
74
vivado_hls -f $(TCLDIR)/udp_script.tcl -tclargs $(TOPDIR) $@ $(FPGAPART)
75
0 commit comments