Actions
Bug #10061
openBuffers are now shared among all processing elements
Start date:
01/23/2020
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
- By default, each buffer (unless it is memory mapped) is local.
- To make a buffer global, one should write
shared
before the buffer declaration. - The memory plugin is not responsible for resetting memory- and register-mapped buffers.
Classes to be modified: Model
, ProcessingElement
, MmuPlugin
, etc.
Updated by Alexander Kamkin over 4 years ago
- Assignee changed from Alexander Kamkin to Artem Kotsynyak
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions