Open ImNotACoder opened 1 year ago
I had the same issue, Vivado 2019.2 The error has something to do with the current date being larger than a type used to store the date in the tcl scipt provided by hls4ml. changed my device date to 2019 and it worked perfectly
Hi all,
I'm currently facing this issue even after installing the required IP for the pynq-z2 FPGA, which is the exact setup detailed by the tutorial. My vivado version, 2020.1, is also capable of detecting the board files.
Here is a snippet from the jupyter notebook tutorial 7a on bitstream. I have left everything else untouched less changing the fpga part. Particularly, the error stems from this code in the tutorial
hls_model.build(csim=False, export=True, bitfile=True)
.`
I'm relatively new to Vivado and the FPGA build process, although I suspect its something to do with where i source the files. Do let me know if there are files I can provide to aid your assistance!