hello everyone,
Can you please tell me what is the difference between Port RAM blocks and Port RAM System blocks in the HDL Coder library (For example simple dual port ram and simple dual port ram system)
Thank you very much,

 채택된 답변

Kiran Kintali
Kiran Kintali 2019년 1월 23일

0 개 추천

hdl.RAM is a system object and all RAM system blocks can be configured within variations of the system object. They have identical behavior w.r.to regular RAM blocks but have additional capabilities apart from being able to use hdl.RAM from MATLAB to HDL workflow.
You can find the details of the block here. Faster simulaiton performance for large RAMs, ability to specify initial values for the RAM contents and RAM bank capability with vector address and data signals.
web(fullfile(docroot, 'simulink/slref/dualportramsystemsimpledualportramsystemsingleportramsystem.html'))
web(fullfile(docroot, 'hdlcoder/ref/hdl.ram-system-object.html'))

댓글 수: 1

Greeshma Chandran
Greeshma Chandran 2020년 12월 3일
편집: Greeshma Chandran 2020년 12월 3일
Hi,
How could we load data to the RAM or ROM block in simulink using Xilinx block set. I am able to do only using the Simulink blockset

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kiran Kintali
Kiran Kintali 2020년 12월 5일

0 개 추천

>> How can we load data to the RAM or ROM block in simulink?

질문:

2019년 1월 23일

답변:

2020년 12월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by