cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
xf_config_params.h
Go to the documentation of this file.
1 
17 
42 
54 #define RO 0 // Resource Optimized (8-pixel implementation)
55 #define NO 1 // Normal Operation (1-pixel implementation)
56 
57 /* Set Filter size */
58 #define FILTER_SIZE_3 1
59 #define FILTER_SIZE_5 0
60 #define FILTER_SIZE_7 0
61 
62 #define GRAY 1
63 #define RGBA 0
64 
65 #define INPUT_PTR_WIDTH 256
66 #define OUTPUT_PTR_WIDTH 256
67 
68 #define XF_USE_URAM false
69 //TODO: delete the following lines
71 //#define WINDOW_SIZE 9
72 
73 #endif // _XF_SOBEL_CONFIG_PARAMS_H_
74 
75 
76