cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The processing function for the sobel 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<const unsigned int counter_width = 64> | |
void | pTHISProcessingData (stream< NetworkWord > &sRxpToProcp_Data, stream< NetworkWord > &sProcpToTxp_Data, stream< NetworkMetaStream > &sRxtoProc_Meta, stream< NetworkMetaStream > &sProctoTx_Meta, bool *start_stop) |
THIS processing the data once recieved a start command Template function for custom processing. More... | |
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) |
Processing Path - Main processing FSM for Vitis kernels. More... | |
The processing function for the sobel 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 Sobel Filter FSM for the processing of data
Definition in file sobel_processing.hpp.