|
DP-HLS
|
The namespace for the customized function related to the traceback. More...
Functions | |
| void | StateMapping (tbp_t tbp, TB_STATE &state, tbr_t &navigation) |
| Map the current step's state and the traceback pointer to the next state and one of the Insertion, Deletion, Match/Mismatch, or Stop directions. More... | |
| void | StateInit (tbp_t tbp, TB_STATE &state) |
| Initialize the initial traceback state based on the initial traceback pointer. More... | |
The namespace for the customized function related to the traceback.
| void ALIGN_TYPE::Traceback::StateInit | ( | tbp_t | tbp, |
| TB_STATE & | state | ||
| ) |
Initialize the initial traceback state based on the initial traceback pointer.
| tbp | |
| state |
| void ALIGN_TYPE::Traceback::StateMapping | ( | tbp_t | tbp, |
| TB_STATE & | state, | ||
| tbr_t & | navigation | ||
| ) |
Map the current step's state and the traceback pointer to the next state and one of the Insertion, Deletion, Match/Mismatch, or Stop directions.
| tbp | The traceback pointer. |
| state | The traceback state. |
| navigation | The output navigation. |