Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
606 Discussions

Matrix multiplication using HLS math

Gopikrishnan
Novice
444 Views

I'm using matrix_mult.h provided in the library  to implement matrix multiplication in my component.

I'm not sure what architecture it will synthesize into. Will it implement a systolic array based implementation?

0 Kudos
1 Reply
AnilErinch_A_Intel
370 Views

Hi ,

The implementation details can be seen from the reports generated by the HLS.

Please refer to the userguide on different type of reports and the different levels of views that will be provided by the report.

https://www.intel.com/content/www/us/en/programmable/documentation/ewa1457708982563.html#rcl1582671415703


Thanks and Regards

Anil


Reply