Hi, I am writing a code of matrix mult.
I got the error on the folowing as type ‘ap_int<32>’ could not be resolved.
I include the header file and i defines mata_a,mata_b,mata_c as ap_int<32> and i also include the “ap_int.h” file in the header.
But the error still do not disappear, is that correct or i have to run C synthesis?
The header file:
The main cpp file:
I appreciate your advice!
Tim

