Changes between Version 136 and Version 137 of library_stdio
- Timestamp:
- Nov 26, 2015, 9:20:56 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v136 v137 127 127 * The '''status''' registers are Read only. 128 128 129 '''WARNING''': The GIET-VM supports at most one hardware coprocessor per cluster. 130 129 131 '''WARNING''': For a given coprocessor, all channels must be running in the same mode. 130 132 131 133 '''WARNING''' : For all channels, the memory buffer base address and size must be multiple of the hardware burst size. 132 134 133 '''WARNING''': All coprocessors must have at least one '''configuration''' register : writing a non zero value in the '''configuration''' register with offset = 0activates the coprocessor; writing a zero value deactivates the coprocessor.135 '''WARNING''': All coprocessors must have at least one '''configuration''' register : writing a non zero value in register[0] activates the coprocessor; writing a zero value deactivates the coprocessor. 134 136 135 137