DP-HLS
|
A structure to hold score and index information. More...
#include <dp_hls_common.h>
Public Attributes | |
type_t | score |
idx_t | ck |
idx_t | p_col |
A structure to hold score and index information.
Each PE will have such a instance of ScorePack to keep track of it's local maximum/minimum score and the corresponding index in the score matrixs.
ScorePack::ck |
The chunk index.
ScorePack::p_col |
The column index.
ScorePack::score |
The score value.