<Quartus® Prime installation>\hls\include\HLS/ac_fixed_math.h file
//////////////////////////////
* Function Name Input Limit
* sqrt_fixed W <= 32, undefined behaviour for input value < 0
//// /////////////////////////
and that W (input) is specified to be used only up to 32 bits.
Therefore, when dealing with bit numbers larger than 32 bits, it is necessary to implement the square root calculation process by your own work instead of
sqrt_fixed.
--------------------
Category: HLS
Tools: Intel® HLS Compiler
Devices: -