cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Testbench for Harris. More...
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 | TB_TRIALS 2 |
#define | ENABLE_DDR_EMULATE_DELAY_IN_TB |
#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_harris ("image_stream_from_harris") |
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 Harris.
Copyright 2016 – 2022 IBM Corporation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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_harris.cpp.