PYNQ-ZU
PYNQ-ZU copied to clipboard
Why are there two Tcl to build HLS IP?
We have seem to have two Tcl to build HLS IP: build_hls_ip.tcl build_ip.tcl
Only the second one is used in Makefile.
@mariodruiz ?
One calls the another, they can certainly be combined
build_hls_ip.tcl is being called from build_ip.tcl in line 18
https://github.com/Xilinx/PYNQ-ZU/blob/518f676c70796f03b145d105380ae0949e953501/Pynq-ZU/base/build_ip.tcl#L18