Add 'MARK_DEBUG = "TRUE"' to signals in generated HDL
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kevin Williams
el 19 de Jun. de 2023
Respondida: Kiran Kintali
el 16 de Jul. de 2023
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
0 comentarios
Respuesta aceptada
Kiran Kintali
el 16 de Jul. de 2023
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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!