Forum Discussion
Broddo
Occasional Contributor
1 year agoNIOSV/g with FPU: inconsistent calculation results
I'm using a NIOSV/g with FPU enabled in a MAX10 project. The project involves heavy use of float point calculations, hence the need for the FPU. I noticed some occasionally inconsistent results in th...
LYGOOI
New Contributor
1 year agoHi @Broddo,
Thanks for the design.
We are able to replicate the same issue. Found the cause, and currently investigating deeper.
As a temporary workaround, please perform the following steps:
- Disable cache in the Platform Designer
(Select No Cache for both Instruction & Data cache) - Enable C++ in BSP Editor
(Checked the enable_c_plus_plus checkbox)
Regards,
Liang Yu