TISP User Guide
TISP Namespace Reference

Namespaces

 DSPLIB
 
 FFTLIB
 
 misc
 
 SuperNode
 

Data Structures

class  l2Heap_deallocate
 
class  l2Heap_allocate
 
class  dmaUtils
 
class  execute
 Provides the execute function of the graph. More...
 
class  virtualOp
 

Typedefs

template<typename T >
using l2HeapPtr = std::unique_ptr< T[], l2Heap_deallocate >
 
typedef std::vector< std::unique_ptr< virtualOp > > opVec
 

Enumerations

enum  dmaDir_t { NO_DMA = 0 , DMA_IN , DMA_OUT , DMA_IN_OUT }
 

Functions

template<dmaDir_t dmaDir>
void setPingPongFlag (bool &pingPongFlagIn, bool &pingPongFlagOut)
 
static void testDmaAutoIncPrintf (const char *str)
 
static uint64_t testDmaAutoIncVirtToPhyFxn (const void *virtAddr, uint32_t chNum, void *appData)
 
void appC7xClecInitDru (void)
 
int32_t test_sciclientDmscGetVersion (char *version_str, uint32_t version_str_size)
 

Typedef Documentation

◆ l2HeapPtr

template<typename T >
using TISP::l2HeapPtr = typedef std::unique_ptr<T[], l2Heap_deallocate>

Definition at line 11 of file TISP_l2heap_memory.hpp.

◆ opVec

typedef std::vector<std::unique_ptr<virtualOp> > TISP::opVec

Definition at line 16 of file TISP_virtualOp.hpp.

Enumeration Type Documentation

◆ dmaDir_t

Enumerator
NO_DMA 
DMA_IN 
DMA_OUT 
DMA_IN_OUT 

Definition at line 15 of file TISP_types.hpp.

Function Documentation

◆ setPingPongFlag()

template<dmaDir_t dmaDir>
void TISP::setPingPongFlag ( bool &  pingPongFlagIn,
bool &  pingPongFlagOut 
)
inline

Definition at line 9 of file TISP_utils.hpp.

◆ testDmaAutoIncPrintf()

static void TISP::testDmaAutoIncPrintf ( const char *  str)
static

Definition at line 32 of file TISP_dmaUtils.hpp.

◆ testDmaAutoIncVirtToPhyFxn()

static uint64_t TISP::testDmaAutoIncVirtToPhyFxn ( const void *  virtAddr,
uint32_t  chNum,
void *  appData 
)
static

Definition at line 39 of file TISP_dmaUtils.hpp.

◆ appC7xClecInitDru()

void TISP::appC7xClecInitDru ( void  )

◆ test_sciclientDmscGetVersion()

int32_t TISP::test_sciclientDmscGetVersion ( char *  version_str,
uint32_t  version_str_size 
)