Unable to set Synthesis Attribute on Entity using hdlset_param
Ältere Kommentare anzeigen
Whenever I use the hdlset_param function to assign the DONT_TOUCH hdl attribute to true on a block. It always sets the attribute of the architecture when I need it to set the entity as I need to retain the pin names in hdl generation, but setting the dont_touch in the architecture does not do this as its not at the entity level. How do I fix this?
Antworten (2)
Kiran Kintali
am 31 Mai 2025
Bearbeitet: Kiran Kintali
am 31 Mai 2025
0 Stimmen
HDL Coder allows attributes specified on blocks using hdlset_param command.
HDL Attributes specific to block output signals is coming soon in the upcoming pre-release.
1 Kommentar
ssourasinth
am 2 Jun. 2025
Kiran Kintali
am 2 Jun. 2025
Bearbeitet: Kiran Kintali
am 3 Jun. 2025
0 Stimmen
In the latest release you should see Block and Block Outputs (Signal) related synthesis attributes specification dialogs and the corresponding hdlset_param command line API.

Please reach out to tech support for additional help to get access to these features if you do not see them in your version.
Kategorien
Mehr zu Get Started with HDL Coder finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!