About hdlsllib/HDL RAMs blocks

1 回表示 (過去 30 日間)
imane RGUIB
imane RGUIB 2019 年 1 月 23 日
回答済み: Kiran Kintali 2020 年 12 月 5 日
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 日
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 日
>> How can we load data to the RAM or ROM block in simulink?

Community Treasure Hunt

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

Start Hunting!

Translated by