| ... | ... | @@ -23,6 +23,10 @@ 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.
|
|
|
|
|
|
|
|
#### Modification image for the Turbo offload
|
|
|
|
Initialization
|
|
|
|
From OAI process, Turbo decode operation initialization API is called in order to use Turbo offload process in FPGA. The API call is located in the very beginning of main function described below. To be more concrete, API is called immediately after logInit.
|
| ... | ... | |