Memory dump of Simulink block 'Single Port RAM'
조회 수: 2 (최근 30일)
이전 댓글 표시
Michel Bondy
2021년 11월 26일
댓글: Harikrishnan Balachandran Nair
2021년 12월 21일
I have added a 'Single port RAM' block to my simulink model.
I am feeding it data through the 'din' while setting the 'addr' line to the address where I want to write the data (in my case the address is counting down from 100 to 1). All while holding the 'wr_en' line to 1.
The model runs and produces no errors.
Is there a way to visualize the contents of the memory after the simulation has run? The Data Inspector doesn't seem to have a way to look into the memory of the 'Single port RAM' to see what is in there.
Thanks.
댓글 수: 0
채택된 답변
Harikrishnan Balachandran Nair
2021년 11월 30일
Hi,
'To workspace' Blocks in simulink can be used to write the signal data to the base workspace. Using this block, you can log the signal 'din' that is being written to the 'single port RAM', to the base workspace, so that further analysis can be done on this data.
Hope this helps!
댓글 수: 2
Harikrishnan Balachandran Nair
2021년 12월 21일
One possible workaround would be to store both 'Addresses' and 'Input Data' to the Workspace using 'To workspace' Blocks. This way, you can form the relation between the 'Address' and Input Data'.
You can also try using 'Map containers' to store the relationship between the Address and Data using the available workspace variables.
Hope this helps!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!