Changes between Version 5 and Version 6 of SrlApi
- Timestamp:
- Feb 7, 2007, 11:14:02 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SrlApi
v5 v6 25 25 == Mwmr Communication Channels == 26 26 27 * {{{srl_mwmr_t channel = GET_ARG(port_name)}}} defines a local variable associated to a MWMR channel acces port. The {{{port_name}}} argument corresponds to the port name defined in the task model defined in the DSX description. 28 27 29 * {{{srl_mwmr_read(fifo, buffer, size)}}} reads {{{size}}} 32-bit words from fifo to buffer. {{{size}}} must be a multiple of fifo width. 28 30 * {{{srl_mwmr_write(fifo, buffer, size)}}} writes {{{size}}} 32-bit words from buffer to fifo. {{{size}}} must be a multiple of fifo width.