Changes between Version 137 and Version 138 of library_stdio


Ignore:
Timestamp:
Nov 27, 2015, 12:15:32 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v137 v138  
    137137
    138138The list of currently  supported coprocessors and their characteristics are defined below :
    139 ||  coproc_ type                   ||     Function                             || nb_to_coproc || nb_from_coproc || nb_config  || nb_status ||
    140 ||  MWR_SUBTYPE_GCD     ||   Greater Common Divider      ||    2                 ||          1               ||       1         ||       0        ||
    141 ||  MWR_SUBTYPE_DCT     ||   Discrete Cosinus Transform  ||    1                 ||          1               ||        1        ||        0       ||
    142 ||  MWMR_SUTYPE_CPY    ||    Memory Copy                      ||    1                 ||          1               ||        1        ||       0        ||     
     139||  coproc_ type                   ||     Function                             || nb_status  || nb_config ||  nb_from_coproc || nb_to_coproc ||
     140||  MWR_SUBTYPE_GCD     ||   Greater Common Divider      ||        0        ||       1        ||    1                     ||          2            ||
     141||  MWR_SUBTYPE_DCT     ||   Discrete Cosinus Transform  ||        0         ||       1        ||    1                     ||          1            ||
     142||  MWMR_SUTYPE_CPY    ||    Memory Copy                      ||        0         ||       1        ||    1                     ||          1            ||
    143143
    144144 === 1) void '''giet_coproc_alloc'''( unsigned int cluster_xy , unsigned int   coproc_type , unsigned int* return_info ) ===