@@ -22,6 +22,10 @@ Turbo Decoder on the UE side is offloaded to FPGA Board.
Turbo Decoding Time based on master branch 18.06.2016
befor offload : 400microsecond (phy total : 750microsecond)
after offload : 180microsecond (phy total : 510microsecond)
Totally it should be less than 1msec.
When you have 2CW, it might take 750x2us, which exeeds 1msec.
However when it's offloaded to FPGA, it takes only 510us, moreover the process can be executed simultaneously, so that the time dueration can be kept less than 1msec.