PYNQ-ZU icon indicating copy to clipboard operation
PYNQ-ZU copied to clipboard

Why are there two Tcl to build HLS IP?

Open cathalmccabe opened this issue 3 years ago • 1 comments

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 ?

cathalmccabe avatar Feb 15 '23 11:02 cathalmccabe

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

mariodruiz avatar Feb 16 '23 02:02 mariodruiz