|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Testbench for Gammacorrection. More...
#include "../../common/src/common.cpp"Go to the source code of this file.
Macros | |
| #define | THIS_NAME "TB" |
| #define | TRACE_OFF 0x0000 |
| #define | TRACE_URIF 1 << 1 |
| #define | TRACE_UAF 1 << 2 |
| #define | TRACE_MMIO 1 << 3 |
| #define | TRACE_ALL 0xFFFF |
| #define | DEBUG_LEVEL (TRACE_ALL) |
| #define | OK true |
| #define | KO false |
| #define | VALID true |
| #define | UNVALID false |
| #define | DEBUG_TRACE true |
| #define | ENABLED (ap_uint<1>)1 |
| #define | DISABLED (ap_uint<1>)0 |
Functions | |
| stream< UdpWord > | sSHL_Uaf_Data ("sSHL_Uaf_Data") |
| stream< UdpWord > | sUAF_Shl_Data ("sUAF_Shl_Data") |
| stream< UdpWord > | image_stream_from_gammacorrection ("image_stream_from_gammacorrection") |
| stream< NetworkMetaStream > | siUdp_meta ("siUdp_meta") |
| stream< NetworkMetaStream > | soUdp_meta ("soUdp_meta") |
| void | stepDut () |
| Run a single iteration of the DUT model. More... | |
| int | main (int argc, char **argv) |
| Main testbench of Hrris. More... | |
Variables | |
| ap_uint< 1 > | piSHL_This_MmioPostPktEn |
| ap_uint< 1 > | piSHL_This_MmioCaptPktEn |
| ap_uint< 32 > | s_udp_rx_ports = 0x0 |
| ap_uint< 32 > | node_rank |
| ap_uint< 32 > | cluster_size |
| int | simCnt |
: Testbench for Gammacorrection.
System: : cloudFPGA Component : Role Language : Vivado HLS
Created: April 2020 Authors: FAB, WEI, NGL, DID
Copyright 2009-2015 - Xilinx Inc. - All rights reserved. Copyright 2015-2020 - IBM Research - All Rights Reserved.
Definition in file test_gammacorrection.cpp.