Give initial value to the "AXI4 Random Access Memory" block in simulink
조회 수: 4 (최근 30일)
이전 댓글 표시
I wanted to try out the newly introduced simulink block "AXI4 Random Access Memory". In my design I use the DDR3 simulation model which I copied from one of example designs. I wanted to replace it with this new block but I couldn't find any option to initialize the memory with initial data.
Is there no way to initialze the memory? That seems like a cruical functionality for a memory block in simulation.

댓글 수: 2
Bharath Venkataraman
2023년 2월 7일
Could you please give more information on what block you are using? Where did you copy this block from?
The following command may be helpful in getting the information - click on the block first so that gcb is set:
BlockType = get_param(gcb, 'BlockType')
답변 (1개)
Govind KM
2024년 11월 7일
편집: Govind KM
2024년 11월 7일
Functionality for memory initialization and logging has been added to the AXI4 Random Access Memory block in MATLAB R2023a. To initialize the memory, select Initialize memory content in the block parameters, and specify the initial value in the Initial value box. I would suggest upgrading to MATLAB R2023a or later to make use of these parameters.
Kindly refer to the following documentation for more information about the block parameters, along with newer functionality such as memory logging:
Hope this resolves the issue.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!