In R2018a, how can I force HDL Coder to generate HDL code for a lookup table to use RAM or Block RAM?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 16 Août 2018
Modifié(e) : MathWorks Support Team
le 3 Jan 2024
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?
Réponse acceptée
MathWorks Support Team
le 15 Nov 2023
Modifié(e) : MathWorks Support Team
le 3 Jan 2024
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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!