Access IP-Core Report by script
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
After generating an IP-Core by using the HDL-Coder (e. g. from Simulink), one can inspect the high-level ressource utilization and critical path estimation in an html file.
Is it possible to access this informatin (i.e. critical path, number of used multipier, etc.) by script? There is a .mat file 'hdlwfbuildstatus', but the ressources are not shown.
The information itself is in the .html files, but I would like to have it as a variable in the workspace, e.g. by using a command like:
report_data=generate_ip_core_report();
0 Kommentare
Antworten (2)
Aman Vyas
am 27 Jul. 2020
Hi,
IP Core Generation Workflow supports large number of properties as well as scripts . You can use scripts for various functionalities reporting like critical timing. For getting info on how to use scripts for IP Core Generation flow, refer to this documentation link.
Alternatively, you can use hdlcoder.WorkflowConfig class to use scripts for configuring and running various workflows like IP Core Generation, ASIC Workflow etc.
You can have a look at these example scripts and attempt to edit as per your functionality you want to obtain.
Hope it helps !
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!