cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The processing function for the warp_transform filte. More...
Go to the source code of this file.
Macros | |
#define | FSM_PROCESSING_WAIT_FOR_META 0 |
#define | FSM_PROCESSING_PCKT_PROC 1 |
#define | FSM_PROCESSING_STOP 2 |
#define | FSM_PROCESSING_START 3 |
#define | FSM_PROCESSING_BURST_READING 4 |
#define | FSM_PROCESSING_DATAFLOW_WRITE 5 |
#define | FSM_PROCESSING_DATAFLOW_READ 6 |
#define | FSM_PROCESSING_OUTPUT 7 |
#define | FSM_PROCESSING_OUTPUT_2 8 |
#define | FSM_PROCESSING_OUTPUT_3 9 |
#define | FSM_PROCESSING_OUTPUT_4 10 |
#define | FSM_PROCESSING_OUTPUT_5 11 |
#define | FSM_PROCESSING_CONTINUOUS_RUN 12 |
#define | FSM_PROCESSING_WAIT_FOR_DDR_CONTROLLER_EMPTYNESS 13 |
#define | ProcessingFsmType uint8_t |
Functions | |
template<typename TimgIn = ap_uint<INPUT_PTR_WIDTH>, typename TimgOut = ap_uint<OUTPUT_PTR_WIDTH>> | |
void | pProcPath (stream< NetworkWord > &sRxpToTxp_Data, stream< TimgIn > &img_in_axi_stream, stream< TimgOut > &img_out_axi_stream, stream< bool > &sImageLoaded, img_meta_t *img_rows, img_meta_t *img_cols, img_meta_t *img_chan, hls::stream< float > &sTxMatrix) |
Processing Path - Main processing FSM for Vitis kernels. More... | |
The processing function for the warp_transform filte.
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.
A WarpTransform Filter FSM for the processing of data
Definition in file warp_transform_processing.hpp.