Changes between Version 59 and Version 60 of library_stdio


Ignore:
Timestamp:
Apr 8, 2015, 8:55:19 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v59 v60  
    6262
    6363The list of supported coprocessors and their characteristics are defined below:
    64 ||  coproc_type            || nb_to_coproc || nb_from_coproc || nb_config  || nb_status || 
    65 || COPROC_TYPE_GCD ||     2                ||         1               ||       1         ||       0        ||
    66 || COPROC_TYPE_DCT  ||    1                ||         1               ||        1        ||        0       ||
     64||  coproc_type               ||     Function                             ||nb_to_coproc || nb_from_coproc || nb_config  || nb_status || 
     65|| COPROC_TYPE_GCD ||   Greater Common Divider      ||    2                 ||          1               ||       1         ||       0        ||
     66|| COPROC_TYPE_DCT  ||   Discrete Cosinus Transform ||    1                 ||          1               ||        1        ||        0       ||
     67|| COPROC_TYPE_CPY  ||   Memory Copy                      ||    1                 ||          1               ||        1        ||       0        ||     
    6768
    6869 === 1) void '''giet_coproc_alloc'''( unsigned int   coproc_type,  unsigned int*  info,  unsigned int*  cluster_xy ) ===
     
    312313
    313314
    314