@@ -33,40 +33,40 @@ distclean: clean
33
33
TOE_hls_prj: $(shell find $(TOESCR) -type f) \
34
34
$(TCLDIR)/toe_script.tcl
35
35
rm -rf $@
36
- vivado_hls -f $(TCLDIR)/toe_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
36
+ vivado_hls -f $(TCLDIR)/toe_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
37
37
38
38
IPERF2_TCP_hls_prj: $(shell find $(IPERFSRC) -type f) \
39
39
$(TCLDIR)/iperf2_tcp_script.tcl
40
40
rm -rf $@
41
- vivado_hls -f $(TCLDIR)/iperf2_tcp_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
41
+ vivado_hls -f $(TCLDIR)/iperf2_tcp_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
42
42
43
43
ECHOSERVER_hls_prj: $(shell find $(ECHOSRC) -type f) $(TCLDIR)/echo_server_script.tcl
44
44
rm -rf $@
45
- vivado_hls -f $(TCLDIR)/echo_server_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
45
+ vivado_hls -f $(TCLDIR)/echo_server_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
46
46
47
47
ARP_hls_prj: $(shell find $(ARPSRC) -type f) $(TCLDIR)/arp_script.tcl
48
48
rm -rf $@
49
- vivado_hls -f $(TCLDIR)/arp_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
49
+ vivado_hls -f $(TCLDIR)/arp_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
50
50
51
51
ETH_inserter_hls_prj: $(shell find $(ETHSRC) -type f) $(TCLDIR)/ethernet_inserter_script.tcl
52
52
rm -rf $@
53
- vivado_hls -f $(TCLDIR)/ethernet_inserter_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
53
+ vivado_hls -f $(TCLDIR)/ethernet_inserter_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
54
54
55
55
ICMP_hls_prj: $(shell find $(ICMPSRC) -type f) $(TCLDIR)/icmp_script.tcl
56
56
rm -rf $@
57
- vivado_hls -f $(TCLDIR)/icmp_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
57
+ vivado_hls -f $(TCLDIR)/icmp_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
58
58
59
59
PKT_HANDLER_prj: $(shell find $(PKTSRC) -type f) $(TCLDIR)/packet_handler_script.tcl
60
60
rm -rf $@
61
- vivado_hls -f $(TCLDIR)/packet_handler_script.tcl -tclargs $(TOPDIR) $@ FPGAPART
61
+ vivado_hls -f $(TCLDIR)/packet_handler_script.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
62
62
63
63
userAbstraction_prj: $(shell find $(USRSRC) -type f) $(TCLDIR)/userAbstraction.tcl
64
64
rm -rf $@
65
- vivado_hls -f $(TCLDIR)/userAbstraction.tcl -tclargs $(TOPDIR) $@ FPGAPART
65
+ vivado_hls -f $(TCLDIR)/userAbstraction.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
66
66
67
67
portHandler_prj: $(shell find $(PORTSRC) -type f) $(TCLDIR)/portHandler.tcl
68
68
rm -rf $@
69
- vivado_hls -f $(TCLDIR)/portHandler.tcl -tclargs $(TOPDIR) $@ FPGAPART
69
+ vivado_hls -f $(TCLDIR)/portHandler.tcl -tclargs $(TOPDIR) $@ $( FPGAPART)
70
70
71
71
UDP_prj: $(shell find $(UDPTSRC) -type f) $(TCLDIR)/udp_script.tcl
72
72
rm -rf $@
0 commit comments