Now, the Floating-Point Operator has a 22 cycles latency so it has to run in a timed loop and you must connect a boolean value to the s_axis_a_tvalid input in order to validate the operation, so create a Timed-Loop around the Floating-Point Operator and wire up the inputs and outputs of the function as shown in the following code snippet:
As mentioned above, the m_axis_result_tvalid will be asserted once the operation is validated so this is used as the stop signal for the Timed Loop in this example.
Now this example can be run on the FPGA target or simulation mode.