MatchLib
All Classes Namespaces Files Functions Modules Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
cli_rsp_t< T, N > Class Template Reference
Inheritance diagram for cli_rsp_t< T, N >:
nvhls_message nvhls_message

Public Member Functions

template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 

Public Attributes

bool valids [N]
 
data [N]
 
sc_lv< N > valids
 

Static Public Attributes

static const unsigned int type_width = Wrapped<T>::width
 
static const int width = N + type_width * N
 
static const unsigned int width = N + type_width * N
 

Detailed Description

template<typename T, unsigned int N>
class cli_rsp_t< T, N >

Definition at line 63 of file ArbitratedScratchpadTypes.h.

Member Function Documentation

◆ Marshall() [1/2]

template<typename T , unsigned int N>
template<unsigned int Size>
void cli_rsp_t< T, N >::Marshall ( Marshaller< Size > &  m)
inline

Definition at line 71 of file ArbitratedScratchpadTypes.h.

◆ Marshall() [2/2]

template<typename T , unsigned int N>
template<unsigned int Size>
void cli_rsp_t< T, N >::Marshall ( Marshaller< Size > &  m)
inline

Definition at line 63 of file ScratchpadTypes.h.

Member Data Documentation

◆ valids [1/2]

template<typename T , unsigned int N>
bool cli_rsp_t< T, N >::valids[N]

Definition at line 65 of file ArbitratedScratchpadTypes.h.

◆ data

template<typename T , unsigned int N>
T cli_rsp_t< T, N >::data

Definition at line 66 of file ArbitratedScratchpadTypes.h.

◆ type_width

template<typename T , unsigned int N>
static const unsigned int cli_rsp_t< T, N >::type_width = Wrapped<T>::width
static

Definition at line 67 of file ArbitratedScratchpadTypes.h.

◆ width [1/2]

template<typename T , unsigned int N>
const int cli_rsp_t< T, N >::width = N + type_width * N
static

Definition at line 68 of file ArbitratedScratchpadTypes.h.

◆ valids [2/2]

template<typename T , unsigned int N>
sc_lv<N> cli_rsp_t< T, N >::valids

Definition at line 58 of file ScratchpadTypes.h.

◆ width [2/2]

template<typename T , unsigned int N>
const unsigned int cli_rsp_t< T, N >::width = N + type_width * N
static

Definition at line 61 of file ScratchpadTypes.h.


The documentation for this class was generated from the following files: