HLS_designs
HLS_designs copied to clipboard
Test fails at
I use the model in QR/qr_v2.1/model4x4
. My Vitis version is 2023.2.
To run on this version, I replace x_sqrt
in qr.cpp
with hls::sqrtf
.
Here's the result of qr_tb.cpp
:
Could you please help me?