In R2018a, how can I force HDL Coder to generate HDL code for a lookup table to use RAM or Block RAM?
2 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2018-8-16
编辑: MathWorks Support Team
2024-1-3
I want to ensure that my LUT gets mapped to RAM by my synthesis tool.
How can I ensure the generated HDL code will indicate this to the synthesis tool?
采纳的回答
MathWorks Support Team
2023-11-15
编辑:MathWorks Support Team
2024-1-3
RAM can be enforced in a synthesis tool by using synthesis attributes in the generated HDL code.
Currently (R2018a), HDL Coder does not have the ability to insert these synthesis attributes.
However, a common modeling pattern for lookup tables produces HDL code that is usually mapped to RAM. For more information on the same, please run the following command on MATLAB R2018a:
web(fullfile(docroot, 'hdlcoder/examples/getting-started-with-ram-and-rom-in-simulink.html'))
If this approach does not map to RAM for a particular model, please contact MathWorks Technical Support.
Please follow the below link to search for the required information regarding the current release:
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!