HLS_designs icon indicating copy to clipboard operation
HLS_designs copied to clipboard

Systolic array implementations for Cholesky, LU, and QR decomposition

Results 2 HLS_designs issues
Sort by recently updated
recently updated
newest added

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`: ![image](https://github.com/Sibylau/HLS_designs/assets/31733211/81519611-c693-4d49-8759-eead9b3ec12a) Could...

When I run the shell `runit.csh`,there is a error says cann't find the the command src_config.How can I solve it.