Changes between Version 65 and Version 66 of library_stdio
- Timestamp:
- Apr 12, 2015, 12:02:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v65 v66 58 58 The VCI transactions corresponding to different channels are interleaved and parallelized on the VCI network. 59 59 60 Besides these communication channels, the ''vci_mwmr_dma'' component support up to 16 coprocessor-specific configura rion/status registers. The ''configuration'' registers are Read and Write. The ''status'' registers are Read only.60 Besides these communication channels, the ''vci_mwmr_dma'' component support up to 16 coprocessor-specific configuration/status registers. The ''configuration'' registers are Read and Write. The ''status'' registers are Read only. 61 61 62 62 … … 80 80 81 81 === 3) void '''giet_coproc_channel_init'''( unsigned int coproc_key, unsigned int channel, giet_coproc_channel_t* desc ) === 82 This function initializes a communication channel. It uses the he following structure (defined in the [source:soft/giet_vm/giet_libs/stdio.h stdio.h] file) to speci cy the channel parameters:82 This function initializes a communication channel. It uses the he following structure (defined in the [source:soft/giet_vm/giet_libs/stdio.h stdio.h] file) to specify the channel parameters: 83 83 {{{ 84 84 typedef struct giet_coproc_channel