Changes between Version 132 and Version 133 of library_stdio


Ignore:
Timestamp:
Nov 24, 2015, 12:20:40 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v132 v133  
    133133
    134134The list of currently  supported coprocessors and their characteristics are defined below:
    135 ||  coproc_type               ||     Function                             ||nb_to_coproc || nb_from_coproc || nb_config  || nb_status || 
    136 || MWR_COPROC_GCD ||   Greater Common Divider      ||    2                 ||          1               ||       1         ||       0        ||
    137 || MWR_COPROC_DCT  ||   Discrete Cosinus Transform ||    1                 ||          1               ||        1        ||        0       ||
    138 || MWR_COPROC_CPY  ||   Memory Copy                      ||    1                 ||          1               ||        1        ||       0        ||     
     135||  Name  || type  ||     Function                             || nb_to_coproc || nb_from_coproc || nb_config  || nb_status || 
     136||  GCD    ||  0      ||   Greater Common Divider      ||    2                 ||          1               ||       1         ||       0        ||
     137||  DCT    ||   1      ||   Discrete Cosinus Transform ||    1                 ||          1               ||        1        ||        0       ||
     138||  CPY    ||   2      ||   Memory Copy                      ||    1                 ||          1               ||        1        ||       0        ||     
    139139
    140140 === 1) void '''giet_coproc_alloc'''( unsigned int   coproc_type , unsigned int* coproc_info ) ===