Check ID:
com.mathworks.HDL.ModelChecker.runNFPLatencyChecks
Check for blocks that have nonzero output latency with Native Floating Point.
This check detects blocks in your Simulink® model that have a nonzero output latency with Native Floating Point. When you run the check, the Result subpane displays hyperlinks to the blocks that have nonzero output latency, and the minimum and maximum latency values of the blocks.
Native floating point operators are computation-intensive and can have nonzero output latency. When you generate code, HDL Coder™ figures out this latency.
For blocks with nonzero latency that are reported by this check, consider the effect this latency has in the validation model. In the generated model and validation model, you see the additional delays that the code generator added to account for the latency. If your design contains parallel paths, delay balancing adds matching delays to balance those paths. You can use this information to customize your algorithm for latency considerations.