Changes between Version 42 and Version 43 of library_stdio


Ignore:
Timestamp:
Jan 21, 2015, 8:48:52 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v42 v43  
    214214The user task calling this function is descheduled and the processor is allocated to another task.
    215215
    216  === 4) void '''giet_procnumber'''( unsigned int cluster_xy, unsigned int buffer ) ===
    217 This function returns in the ''buffer'' argument the number of processors in the cluster specified by the ''cluster_xy'' argument. In case or error (such as illegal cluster index), it makes a giet_exit().
     216 === 4) void '''giet_procs_number'''( unsigned int* x_size , unsigned int* y_size , unsigned int* nprocs ) ===
     217This function returns the actual number of processors in a clusterized 2D mesh architecture.
     218 * '''x_size''' number of clusters containing processors in a row.
     219 * '''y_size''' number of clusters containing processors in a column.
     220 * '''nprocs''' number of processors per cluster.
    218221
    219222 === 5) void '''giet_vobj_get_vbase'''( char* vspace_name, char*  vobj_name, unsigned int* vbase) ===