MatchLib
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
cli_req_t< T, AddrWidth, N > Class Template Reference
Inheritance diagram for cli_req_t< T, AddrWidth, N >:
nvhls_message nvhls_message

Public Member Functions

 NVUINTW (AddrWidth) addr[N]
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 
 NVUINTW (AddrWidth) addr[N]
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 

Public Attributes

CLITYPE_T type
 
bool valids [N]
 
data [N]
 
ScratchpadOpcode opcode
 
sc_lv< N > valids
 

Static Public Attributes

static const unsigned int type_width = Wrapped<T>::width
 
static const int width = 1 + N + N * (AddrWidth + type_width)
 
static const unsigned int width = kScratchpadOpcodeSize + N + N * (AddrWidth + type_width)
 

Detailed Description

template<typename T, unsigned int AddrWidth, unsigned int N>
class cli_req_t< T, AddrWidth, N >

Definition at line 38 of file ArbitratedScratchpadTypes.h.


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