Add 'MARK_DEBUG = "TRUE"' to signals in generated HDL

8 次查看(过去 30 天)
I need to mark certain signals in a verilog code generation with the attribute MARK_DEBUG = "TRUE",
for example:
(* MARK_DEBUG = "TRUE" *) wire [15:0] snapshot_addr; // uint16
How do I do this?
Many thanks, Kevin

采纳的回答

Kiran Kintali
Kiran Kintali 2023-7-16
Currently synthesis attribute specification is limited to certain blocks like product block.
This capability is planned for ports, signals, subsystems and more blocks in the near future releases.
Please reach out to tech support for additional requests in this area.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Code Generation 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by