Changeset 644


Ignore:
Timestamp:
Oct 22, 2019, 1:22:20 PM (4 years ago)
Author:
alain
Message:

Introducing application "display".

Location:
trunk/user
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/fft/fft.c

    r641 r644  
    9292// parameters
    9393
    94 #define DEFAULT_M               16              // 16384 data points
     94#define DEFAULT_M               18              // 256 K complex points
    9595#define USE_DQT_BARRIER         1               // use DDT barrier if non zero
    9696#define MODE                    COSIN           // DATA array initialisation mode
    9797#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)
    9999#define DEBUG_WORK              0               // trace work() function (detailed if odd)
    100100#define DEBUG_FFT1D             0               // trace FFT1D() function (detailed if odd)
     
    107107
    108108/////////////////////////////////////////////////////////////////////////////////////
    109 //             FFT specific global variables
     109//             FFT global variables
    110110/////////////////////////////////////////////////////////////////////////////////////
    111111
  • trunk/user/ksh/ksh.c

    r641 r644  
    6161#define DEBUG_CMD_CAT       0
    6262#define DEBUG_CMD_CP        0
    63 #define DEBUG_CMD_LOAD      0
     63#define DEBUG_CMD_LOAD      1
    6464#define DEBUG_CMD_LS        0
    6565#define DEBUG_CMD_PS        0
     
    12341234else
    12351235{
    1236     strcpy( cmd , "load bin/user/fft.elf" );
     1236    strcpy( cmd , "load bin/user/transpose.elf" );
    12371237    printf("[ksh] %s\n", cmd );
    12381238    execute( cmd );
Note: See TracChangeset for help on using the changeset viewer.