Access IP-Core Report by script
2 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Aman Vyas
on 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 !
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!