Changeset 644
- Timestamp:
- Oct 22, 2019, 1:22:20 PM (5 years ago)
- Location:
- trunk/user
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/fft/fft.c
r641 r644 92 92 // parameters 93 93 94 #define DEFAULT_M 1 6 // 16384 datapoints94 #define DEFAULT_M 18 // 256 K complex points 95 95 #define USE_DQT_BARRIER 1 // use DDT barrier if non zero 96 96 #define MODE COSIN // DATA array initialisation mode 97 97 #define CHECK 0 98 #define DEBUG_MAIN 0// trace main() function (detailed if odd)98 #define DEBUG_MAIN 1 // trace main() function (detailed if odd) 99 99 #define DEBUG_WORK 0 // trace work() function (detailed if odd) 100 100 #define DEBUG_FFT1D 0 // trace FFT1D() function (detailed if odd) … … 107 107 108 108 ///////////////////////////////////////////////////////////////////////////////////// 109 // FFT specificglobal variables109 // FFT global variables 110 110 ///////////////////////////////////////////////////////////////////////////////////// 111 111 -
trunk/user/ksh/ksh.c
r641 r644 61 61 #define DEBUG_CMD_CAT 0 62 62 #define DEBUG_CMD_CP 0 63 #define DEBUG_CMD_LOAD 063 #define DEBUG_CMD_LOAD 1 64 64 #define DEBUG_CMD_LS 0 65 65 #define DEBUG_CMD_PS 0 … … 1234 1234 else 1235 1235 { 1236 strcpy( cmd , "load bin/user/ fft.elf" );1236 strcpy( cmd , "load bin/user/transpose.elf" ); 1237 1237 printf("[ksh] %s\n", cmd ); 1238 1238 execute( cmd );
Note: See TracChangeset
for help on using the changeset viewer.