cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
This module implements a set of TCP-oriented tests and functions. More...
Files | |
file | tcp_app_flash.cpp |
: TCP Application Flash (TAF) | |
file | tcp_app_flash.hpp |
: TCP Application Flash (TAF) | |
file | tcp_app_flash_top.cpp |
: Top level with I/O ports for TCP Application Flash (TAF) | |
file | tcp_app_flash_top.hpp |
: Top of TCP Application Flash (TAF) | |
file | simu_tcp_app_flash_env.cpp |
: Simulation environment for the TCP Application Flash (TAF). | |
file | simu_tcp_app_flash_env.hpp |
: Simulation environment for the TCP Application Flash (TAF). | |
file | test_tcp_app_flash.cpp |
: Testbench for TCP Application Flash (TAF). | |
file | test_tcp_app_flash.hpp |
: Testbench for TCP Application Flash. | |
file | test_tcp_app_flash.cpp |
: Testbench for TCP Application Flash (TAF). | |
file | test_tcp_app_flash.hpp |
: Testbench for TCP Application Flash. | |
Macros | |
#define | THIS_NAME "TAF" |
#define | TRACE_OFF 0x0000 |
#define | TRACE_ESF 1 << 1 |
#define | TRACE_RXP 1 << 2 |
#define | TRACE_TXP 1 << 3 |
#define | TRACE_ALL 0xFFFF |
#define | DEBUG_LEVEL (TRACE_OFF) |
#define | ECHO_PATH_THRU_PORT 8803 |
#define | THIS_NAME "SIM" |
#define | TRACE_OFF 0x0000 |
#define | TRACE_TSs 1 << 1 |
#define | TRACE_TSr 1 << 2 |
#define | TRACE_TAF 1 << 3 |
#define | TRACE_MMIO 1 << 4 |
#define | TRACE_ALL 0xFFFF |
#define | DEBUG_LEVEL (TRACE_OFF) |
#define | MAX_SIM_CYCLES 500 |
#define | TB_GRACE_TIME 1000 |
#define | STARTUP_DELAY 25 |
#define | VALID true |
#define | UNVALID false |
#define | DONE true |
#define | NOT_YET_DONE false |
#define | ENABLED (ap_uint<1>)1 |
#define | DISABLED (ap_uint<1>)0 |
#define | DEFAULT_SESS_ID 42 |
#define | DEFAULT_DATAGRAM_LEN 32 |
#define | DEFAULT_FPGA_IP4_ADDR 0x0A0CC801 |
#define | DEFAULT_FPGA_LSN_PORT 0x2263 |
#define | DEFAULT_FPGA_SND_PORT 0xA263 |
#define | DEFAULT_HOST_IP4_ADDR 0x0A0CC832 |
#define | DEFAULT_HOST_LSN_PORT 0x80 |
#define | DEFAULT_HOST_SND_PORT 0x8080 |
#define | THIS_NAME "TB_TAF" |
#define | THIS_NAME "TB_TAF_TOP" |
Enumerations | |
enum | EchoCtrl { ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_PATH_THRU = 0 , ECHO_STORE_FWD = 1 , ECHO_OFF = 2 , ECHO_STORE_FWD = 0 , ECHO_PATH_THRU = 1 , ECHO_CTRL_DISABLED = 0 , ECHO_PATH_THRU = 1 , ECHO_STORE_FWD = 2 , ECHO_OFF = 3 } |
Functions | |
void | pTcpEchoStoreAndForward (stream< TcpAppData > &siRXp_Data, stream< TcpSessId > &siRXp_SessId, stream< TcpDatLen > &siRXp_DatLen, stream< TcpAppData > &soTXp_Data, stream< TcpSessId > &soTXp_SessId, stream< TcpDatLen > &soTXp_DatLen) |
Echo Store and Forward (ESf) More... | |
void | pTcpTxPath (stream< TcpAppData > &siEPt_Data, stream< TcpSessId > &siEPt_SessId, stream< TcpDatLen > &siEPt_DatLen, stream< TcpAppData > &siESf_Data, stream< TcpSessId > &siESf_SessId, stream< TcpDatLen > &siESf_DatLen, stream< TcpAppData > &soTSIF_Data, stream< TcpSessId > &soTSIF_SessId, stream< TcpDatLen > &soTSIF_DatLen) |
Transmit Path - From THIS to TSIF. More... | |
void | pTcpRxPath (stream< TcpAppData > &siTSIF_Data, stream< TcpSessId > &siTSIF_SessId, stream< TcpDatLen > &siTSIF_DatLen, stream< TcpAppData > &soEPt_Data, stream< TcpSessId > &soEPt_SessId, stream< TcpDatLen > &soEPt_DatLen, stream< TcpAppData > &soESf_Data, stream< TcpSessId > &soESf_SessId, stream< TcpDatLen > &soESf_DatLen) |
TCP Receive Path (RXp) - From SHELL->ROLE/TSIF to THIS. More... | |
void | tcp_app_flash (stream< TcpAppData > &siTSIF_Data, stream< TcpSessId > &siTSIF_SessId, stream< TcpDatLen > &siTSIF_DataLen, stream< TcpAppData > &soTSIF_Data, stream< TcpSessId > &soTSIF_SessId, stream< TcpDatLen > &soTSIF_DatLen) |
Main process of the TCP Application Flash (TAF) More... | |
void | tcp_app_flash_top (stream< TcpAppData > &siTSIF_Data, stream< TcpSessId > &siTSIF_SessId, stream< TcpDatLen > &siTSIF_DatLen, stream< TcpAppData > &soTSIF_Data, stream< TcpSessId > &soTSIF_SessId, stream< TcpDatLen > &soTSIF_DatLen) |
Top of TCP Application Flash (TAF) More... | |
void | stepSim () |
Increment the simulation counter. More... | |
void | increaseSimTime (unsigned int cycles) |
Increase the simulation time of the testbench. More... | |
bool | pTSIF_Recv (int &nrErr, stream< TcpAppData > &siTAF_Data, stream< TcpSessId > &siTAF_SessId, stream< TcpDatLen > &siTAF_DatLen, ofstream &rawFileStream, ofstream &tcpFileStream, int &nrSegments) |
Emulate the receiving part of the TSIF process. More... | |
bool | pTSIF_Send (int &nrError, stream< TcpAppData > &soTAF_Data, stream< TcpSessId > &soTAF_SessId, stream< TcpDatLen > &soTAF_DatLen, ifstream &inpFileStream, ofstream &outGoldStream, int &nrSegments) |
Emulate the sending part of the TSIF process. More... | |
void | pTSIF (int &nrErr, stream< TcpAppData > &soTAF_Data, stream< TcpSessId > &soTAF_SessId, stream< TcpDatLen > &soTAF_DatLen, stream< TcpAppData > &siTAF_Data, stream< TcpSessId > &siTAF_SessId, stream< TcpDatLen > &siTAF_DatLen) |
Emulate the behavior of TSIF. More... | |
int | main (int argc, char *argv[]) |
Main function for the test of the TCP Application Flash (TAF). More... | |
Variables | |
bool | gTraceEvent |
unsigned int | gSimCycCnt |
bool | gTraceEvent |
bool | gFatalError |
unsigned int | gMaxSimCycles |
unsigned int | gSimCycCnt |
unsigned int | gMaxSimCycles |
unsigned int | gSimCycCnt = 0 |
bool | gTraceEvent = false |
bool | gFatalError = false |
unsigned int | gMaxSimCycles = 500 + 1000 |
unsigned int | gSimCycCnt |
unsigned int | gMaxSimCycles |
unsigned int | gSimCycCnt = 0 |
bool | gTraceEvent = false |
bool | gFatalError = false |
unsigned int | gMaxSimCycles = 500 + 1000 |
This module implements a set of TCP-oriented tests and functions.
cFp_HelloKale / Submodules
#define DEBUG_LEVEL (TRACE_OFF) |
Definition at line 67 of file tcp_app_flash.cpp.
#define DEBUG_LEVEL (TRACE_OFF) |
Definition at line 68 of file simu_tcp_app_flash_env.cpp.
#define DEFAULT_DATAGRAM_LEN 32 |
Definition at line 56 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_FPGA_IP4_ADDR 0x0A0CC801 |
Definition at line 64 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_FPGA_LSN_PORT 0x2263 |
Definition at line 65 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_FPGA_SND_PORT 0xA263 |
Definition at line 66 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_HOST_IP4_ADDR 0x0A0CC832 |
Definition at line 67 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_HOST_LSN_PORT 0x80 |
Definition at line 68 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_HOST_SND_PORT 0x8080 |
Definition at line 69 of file simu_tcp_app_flash_env.hpp.
#define DEFAULT_SESS_ID 42 |
Definition at line 55 of file simu_tcp_app_flash_env.hpp.
#define DISABLED (ap_uint<1>)0 |
Definition at line 53 of file simu_tcp_app_flash_env.hpp.
#define DONE true |
Definition at line 49 of file simu_tcp_app_flash_env.hpp.
#define ECHO_PATH_THRU_PORT 8803 |
Definition at line 73 of file tcp_app_flash.hpp.
#define ENABLED (ap_uint<1>)1 |
Definition at line 52 of file simu_tcp_app_flash_env.hpp.
#define MAX_SIM_CYCLES 500 |
Definition at line 44 of file simu_tcp_app_flash_env.hpp.
#define NOT_YET_DONE false |
Definition at line 50 of file simu_tcp_app_flash_env.hpp.
#define STARTUP_DELAY 25 |
Definition at line 46 of file simu_tcp_app_flash_env.hpp.
#define TB_GRACE_TIME 1000 |
Definition at line 45 of file simu_tcp_app_flash_env.hpp.
#define THIS_NAME "TAF" |
Definition at line 60 of file tcp_app_flash.cpp.
#define THIS_NAME "SIM" |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (TRACE_TSs | TRACE_TAF)
Definition at line 60 of file simu_tcp_app_flash_env.cpp.
#define THIS_NAME "TB_TAF" |
Definition at line 51 of file test_tcp_app_flash.cpp.
#define THIS_NAME "TB_TAF_TOP" |
Definition at line 51 of file test_tcp_app_flash_top.cpp.
#define TRACE_ALL 0xFFFF |
Definition at line 66 of file tcp_app_flash.cpp.
#define TRACE_ALL 0xFFFF |
Definition at line 67 of file simu_tcp_app_flash_env.cpp.
#define TRACE_ESF 1 << 1 |
Definition at line 63 of file tcp_app_flash.cpp.
#define TRACE_MMIO 1 << 4 |
Definition at line 66 of file simu_tcp_app_flash_env.cpp.
#define TRACE_OFF 0x0000 |
Definition at line 62 of file tcp_app_flash.cpp.
#define TRACE_OFF 0x0000 |
Definition at line 62 of file simu_tcp_app_flash_env.cpp.
#define TRACE_RXP 1 << 2 |
Definition at line 64 of file tcp_app_flash.cpp.
#define TRACE_TAF 1 << 3 |
Definition at line 65 of file simu_tcp_app_flash_env.cpp.
#define TRACE_TSr 1 << 2 |
Definition at line 64 of file simu_tcp_app_flash_env.cpp.
#define TRACE_TSs 1 << 1 |
Definition at line 63 of file simu_tcp_app_flash_env.cpp.
#define TRACE_TXP 1 << 3 |
Definition at line 65 of file tcp_app_flash.cpp.
#define UNVALID false |
Definition at line 48 of file simu_tcp_app_flash_env.hpp.
#define VALID true |
Definition at line 47 of file simu_tcp_app_flash_env.hpp.
enum EchoCtrl |
IMPLEMENTATION DIRECTIVES
[TAF_USE_NON_FIFO_IO] This conditional compilation directive is used to enable/disable the implementation of non-FIFO-IOs interfaces on the current toplevel function. FYI, the use of non- FIFO-IOs generates the following warning message during the C synthesis: WARNING: [HLS 200-631] Ignoring ap_ctrl_none interface for tcp_shell_if_top due to tcp_shell_if with non-FIFO I/O.
Definition at line 57 of file tcp_app_flash.hpp.
void increaseSimTime | ( | unsigned int | cycles | ) |
Increase the simulation time of the testbench.
[in] | The | number of cycles to increase. |
Definition at line 89 of file simu_tcp_app_flash_env.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function for the test of the TCP Application Flash (TAF).
Main function for the test of the TCP Application Flash (TAF) TOP.
Definition at line 61 of file test_tcp_app_flash.cpp.
void pTcpEchoStoreAndForward | ( | stream< TcpAppData > & | siRXp_Data, |
stream< TcpSessId > & | siRXp_SessId, | ||
stream< TcpDatLen > & | siRXp_DatLen, | ||
stream< TcpAppData > & | soTXp_Data, | ||
stream< TcpSessId > & | soTXp_SessId, | ||
stream< TcpDatLen > & | soTXp_DatLen | ||
) |
Echo Store and Forward (ESf)
[in] | siRXp_Data | Data stream from pTcpRxPath (RXp). |
[in] | siRXp_SessId | TCP session-id from [RXp]. |
[in] | siRXp_DatLen | TCP data-length from [RXp]. |
[out] | soTXp_Data | Data stream to pTcpRxPath (TXp). |
[out] | soTXp_SessId | TCP session-id to [TXp]. |
[out] | soTXp_DatLen | TCP data-length to [TXp]. |
Echo incoming traffic with store and forward in DDR4. Performs a loopback between the receive and transmit ports of the same TCP connection. The echo is said to operate in "store-and-forward" mode because every received segment is stored into the DDR4 memory before being read again and sent back to the remote source.
[TODO - Implement this process as a real store-and-forward process]
Definition at line 89 of file tcp_app_flash.cpp.
void pTcpRxPath | ( | stream< TcpAppData > & | siTSIF_Data, |
stream< TcpSessId > & | siTSIF_SessId, | ||
stream< TcpDatLen > & | siTSIF_DatLen, | ||
stream< TcpAppData > & | soEPt_Data, | ||
stream< TcpSessId > & | soEPt_SessId, | ||
stream< TcpDatLen > & | soEPt_DatLen, | ||
stream< TcpAppData > & | soESf_Data, | ||
stream< TcpSessId > & | soESf_SessId, | ||
stream< TcpDatLen > & | soESf_DatLen | ||
) |
TCP Receive Path (RXp) - From SHELL->ROLE/TSIF to THIS.
[in] | piSHL_MmioEchoCtrl | Configuration of the echo function. |
[in] | siTSIF_Data | Data segment from TcpShellInterface (TSIF). |
[in] | siTSIF_SessId | TCP session-id from [TSIF]. |
[in] | siTSIF_DatLen | TCP data-length from [TSIF]. |
[out] | soEPt_Data | Data segment to EchoPassTrough (EPt). |
[out] | soEPt_SessId | TCP session-id to [EPt]. |
[out] | soEPt_DatLen | TCP data-length to [EPt]. |
[out] | soESf_Data | Data segment to EchoStoreAndForward (ESf). |
[out] | soESF_SessId | TCP session-id to [ESf]. |
[out] | soESF_DatLen | TCP data-length to [ESf]. |
This Process waits for a new TCP data segment to read and forwards it to the EchoPathThrough (EPt) or the EchoStoreAndForward (ESf) process upon the setting of LSBit of the session-id (if sessId[0] --> EPt). (FYI-This function used to be performed by the 'piSHL_Mmio_EchoCtrl' bits).
Definition at line 340 of file tcp_app_flash.cpp.
void pTcpTxPath | ( | stream< TcpAppData > & | siEPt_Data, |
stream< TcpSessId > & | siEPt_SessId, | ||
stream< TcpDatLen > & | siEPt_DatLen, | ||
stream< TcpAppData > & | siESf_Data, | ||
stream< TcpSessId > & | siESf_SessId, | ||
stream< TcpDatLen > & | siESf_DatLen, | ||
stream< TcpAppData > & | soTSIF_Data, | ||
stream< TcpSessId > & | soTSIF_SessId, | ||
stream< TcpDatLen > & | soTSIF_DatLen | ||
) |
Transmit Path - From THIS to TSIF.
[in] | piSHL_MmioEchoCtrl | Configuration of the echo function. |
[in] | siEPt_Data | Data from EchoPassTrough (EPt). |
[in] | siEPt_SessId | TCP session-id from [EPt]. |
[in] | siEPt_DatLen | TCP data-length from [EPt]. |
[in] | siESf_Data | Data from EchoStoreAndForward (ESf). |
[in] | siESf_SessId | TCP session-id from [ESf]. |
[in] | siESf_DatLen | TCP data-length from [ESf]. |
[out] | soTSIF_Data | Data to SHELL (SHL). |
[out] | soTSIF_SessId | TCP session-id to [SHL]. |
[out] | soTSIF_DatLen | TCP data-length to [SHL]. |
Definition at line 153 of file tcp_app_flash.cpp.
void pTSIF | ( | int & | nrErr, |
stream< TcpAppData > & | soTAF_Data, | ||
stream< TcpSessId > & | soTAF_SessId, | ||
stream< TcpDatLen > & | soTAF_DatLen, | ||
stream< TcpAppData > & | siTAF_Data, | ||
stream< TcpSessId > & | siTAF_SessId, | ||
stream< TcpDatLen > & | siTAF_DatLen | ||
) |
Emulate the behavior of TSIF.
[in/out] | nrErr A ref to the error counter of the [TB]. | |
[out] | poTAF_EchoCtrl | A scalar to set the ECHO mode. |
[out] | soTAF_Data | Data stream from TcpAppFlash (TAF). |
[out] | soTAF_SessId | TCP session-id from [TAF]. |
[out] | soTAF_DatLen | TCP data-length from [TAF]. |
[in] | siTAF_Data | Data stream to [TAF]. |
[in] | siTAF_SessId | TCP session-id to [TAF]. |
[in] | siTAF_DatLen | TCP data-length to [TAF]. |
Definition at line 313 of file simu_tcp_app_flash_env.cpp.
bool pTSIF_Recv | ( | int & | nrErr, |
stream< TcpAppData > & | siTAF_Data, | ||
stream< TcpSessId > & | siTAF_SessId, | ||
stream< TcpDatLen > & | siTAF_DatLen, | ||
ofstream & | rawFileStream, | ||
ofstream & | tcpFileStream, | ||
int & | nrSegments | ||
) |
Emulate the receiving part of the TSIF process.
[in/out] | nrError A reference to the error counter of the [TB]. | |
[in] | siTAF_Data | The data stream to read from [TAF]. |
[in] | siTAF_SessId | TCP session-id to read from [TAF]. |
[in] | siTAF_DatLen | TCP data-length to read from [TAF]. |
[out] | outFileStream | A ref to the a raw output file stream. |
[out] | outFileStream | A ref to the a tcp output file stream. |
[out] | nrSegments | A ref to the counter of received segments. |
SIMULATION ENVIRONMENT FUNCTIONS
Definition at line 106 of file simu_tcp_app_flash_env.cpp.
bool pTSIF_Send | ( | int & | nrError, |
stream< TcpAppData > & | soTAF_Data, | ||
stream< TcpSessId > & | soTAF_SessId, | ||
stream< TcpDatLen > & | soTAF_DatLen, | ||
ifstream & | inpFileStream, | ||
ofstream & | outGoldStream, | ||
int & | nrSegments | ||
) |
Emulate the sending part of the TSIF process.
[in/out] | nrError A reference to the error counter of the [TB]. | |
[out] | soTAF_Data | The data stream to write. |
[out] | soTAF_SessId | TCP session-id to write. |
[out] | soTAF_DatLen | TCP data-length to write. |
[in] | inpFileStream | A ref to the input file stream. |
[in] | outGoldStream | A ref to the a golden raw output file stream. |
[out] | nrSegments | A ref to the counter of generated segments. |
Definition at line 166 of file simu_tcp_app_flash_env.cpp.
void stepSim | ( | ) |
Increment the simulation counter.
SIMULATION UTILITY HELPERS
Definition at line 73 of file simu_tcp_app_flash_env.cpp.
void tcp_app_flash | ( | stream< TcpAppData > & | siTSIF_Data, |
stream< TcpSessId > & | siTSIF_SessId, | ||
stream< TcpDatLen > & | siTSIF_DataLen, | ||
stream< TcpAppData > & | soTSIF_Data, | ||
stream< TcpSessId > & | soTSIF_SessId, | ||
stream< TcpDatLen > & | soTSIF_DatLen | ||
) |
Main process of the TCP Application Flash (TAF)
[in] | piSHL_MmioEchoCtrl | Configures the echo function. |
[in] | siTSIF_Data | TCP data stream from the SHELL [SHL]. |
[in] | siTSIF_SessId | TCP session-id from [SHL]. |
[in] | siTSIF_DataLen | TCP data-length from [SHL]. |
[out] | soTSIF_Data | TCP data stream to [SHL]. |
[out] | soTSIF_SessId | TCP session-id to [SHL]. |
[out | soTSIF_DatLen TCP data-length to [SHL]. |
ENTITY - TCP APPLICATION FLASH (TAF)
Definition at line 581 of file tcp_app_flash.cpp.
void tcp_app_flash_top | ( | stream< TcpAppData > & | siTSIF_Data, |
stream< TcpSessId > & | siTSIF_SessId, | ||
stream< TcpDatLen > & | siTSIF_DatLen, | ||
stream< TcpAppData > & | soTSIF_Data, | ||
stream< TcpSessId > & | soTSIF_SessId, | ||
stream< TcpDatLen > & | soTSIF_DatLen | ||
) |
Top of TCP Application Flash (TAF)
[in] | piSHL_MmioEchoCtrl | Configures the echo function. |
[in] | siTSIF_Data | TCP data stream from TcpShellInterface (TSIF). |
[in] | siTSIF_SessId | TCP session-id from [TSIF]. |
[in] | siTSIF_DatLen | TCP data-length from [TSIF]. |
[out] | soTSIF_Data | TCP data stream to [TSIF]. |
[out] | soTSIF_SessId | TCP session-id to [TSIF]. |
[out | soTSIF_DatLen TCP data-length to [TSIF]. |
ENTITY - TCP APPLICATION FLASH TOP (TAF_TOP)
Definition at line 114 of file tcp_app_flash_top.cpp.
|
extern |
Definition at line 152 of file tb_nal.cpp.
bool gFatalError = false |
Definition at line 43 of file test_tcp_app_flash.hpp.
bool gFatalError = false |
Definition at line 43 of file test_tcp_app_flash_top.hpp.
|
extern |
Definition at line 69 of file test_arp.hpp.
|
extern |
Definition at line 69 of file test_arp.hpp.
unsigned int gMaxSimCycles = 500 + 1000 |
Definition at line 44 of file test_tcp_app_flash.hpp.
|
extern |
Definition at line 69 of file test_arp.hpp.
unsigned int gMaxSimCycles = 500 + 1000 |
Definition at line 44 of file test_tcp_app_flash_top.hpp.
|
extern |
GLOBAL VARIABLES USED BY THE SIMULATION ENVIRONMENT
Definition at line 150 of file tb_nal.cpp.
|
extern |
GLOBAL VARIABLES USED BY THE SIMULATION ENVIRONMENT
Definition at line 150 of file tb_nal.cpp.
unsigned int gSimCycCnt = 0 |
GLOBAL VARIABLES USED BY THE SIMULATION ENVIRONMENT
Definition at line 41 of file test_tcp_app_flash.hpp.
|
extern |
GLOBAL VARIABLES USED BY THE SIMULATION ENVIRONMENT
Definition at line 150 of file tb_nal.cpp.
unsigned int gSimCycCnt = 0 |
GLOBAL VARIABLES USED BY THE SIMULATION ENVIRONMENT
Definition at line 41 of file test_tcp_app_flash_top.hpp.
|
extern |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (TRACE_RXP | TRACE_TXP)
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (MDL_TRACE | IPS_TRACE)
Definition at line 151 of file tb_nal.cpp.
|
extern |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (MDL_TRACE | IPS_TRACE)
Definition at line 151 of file tb_nal.cpp.
bool gTraceEvent = false |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (MDL_TRACE | IPS_TRACE)
Definition at line 42 of file test_tcp_app_flash.hpp.
bool gTraceEvent = false |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (MDL_TRACE | IPS_TRACE)
Definition at line 42 of file test_tcp_app_flash_top.hpp.