File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ ifdef IMG_UNIFICATE_PV_EN
5757 LFLAGS += -DIMG_UNIFICATE_PV_EN
5858endif # UNIFICATE_PV_EN
5959
60+ ifdef USING_TLM_ROUTER_TB_EN
61+ CFLAGS += -DUSING_TLM_ROUTER_TB_EN
62+ LFLAGS += -DUSING_TLM_ROUTER_TB_EN
63+ endif # USING_TLM_TB_EN
64+
6065.PHONY : print-all
6166print-all :
6267 @echo " Incdir is $( INCDIR) "
Original file line number Diff line number Diff line change 1+ #ifndef ADDRESSMAP_H
2+ #define ADDRESSMAP_H
3+
4+ #define IMG_FILTER_KERNEL 0x00000003u
5+ #define SOBEL_INPUT_0 0x00000027u
6+ #define SOBEL_INPUT_1 0x0000002Fu
7+ #define SOBEL_OUTPUT 0x00000030u
8+ #define MEM_START 0x00000034u
9+ #define IMG_INPUT 0x00000034u
10+ #define IMG_INPROCESS_A 0x000E1034u //Write here rgb2gray result and unification output
11+ #define IMG_INPROCESS_B 0x0012C034u //Write here filter result
12+ #define IMG_INPROCESS_C 0x00177034u //Write here gradient A
13+ #define IMG_INPROCESS_D 0x0020D034u //Write here gradient B
14+ #define IMG_COMPRESSED 0x002A3034u
15+
16+ #endif // ADDRESSMAP_H
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ case $1 in
1010 " compile" )
1111 make RGB2GRAY_PV_EN=1 IPS_FILTER_LT_EN=1 EDGE_DETECTOR_AT_EN=1 IMG_UNIFICATE_PV_EN=1 USING_TLM_TB_EN=1 compile
1212 ;;
13+ " router_tb" )
14+ make RGB2GRAY_PV_EN=1 EDGE_DETECTOR_AT_EN=1 USING_TLM_ROUTER_TB_EN=1 USING_TLM_TB_EN=1 all > output.log
15+ ;;
16+ " router_tb" )
17+ make RGB2GRAY_PV_EN=1 EDGE_DETECTOR_AT_EN=1 USING_TLM_ROUTER_TB_EN=1 USING_TLM_TB_EN=1 all > output.log
18+ ;;
1319 * )
1420 make RGB2GRAY_PV_EN=1 IPS_FILTER_LT_EN=1 EDGE_DETECTOR_AT_EN=1 IMG_UNIFICATE_PV_EN=1 USING_TLM_TB_EN=1 all
1521 ;;
You can’t perform that action at this time.
0 commit comments