Hi,
There are both AWE Designer and AWE MATLAB API MHz profiling possibilities. However, it is the average MHz profiling I mostly get. The peak profiling is only mentioned as a total number for the entire layout in one place. It is the peak profiling that tells us if we have a problem.
Example: I have a layout that takes 15% average on target but takes 20% peak. How can I find out what module(s) causes the peak fluctuations? I prefer MATLAB API.
Kind regards,
BOHR
11:36am
Hi Bohr,
Start by seeing whether the information under "Module Profile Type" in this article is of use. You will need to run several passes of profiling and then look to see which modules show the greatest variation. Is this helpful?
https://tinyurl.com/2ffxbs95
Thanks,
Gary
6:51am
Thanks for the reply and sorry for the long break Gary,
This peak profiling is only accessible from the AWE Designer layouts and not MATLAB API generated layouts, correct?
Is there then a way to convert a MATLAB API layout to AWE Designer layout to access this kind of profiling?
Regards,
BOHR
11:01am
Hi Bohr,
Please try using the following function (set_profiling_options) at the MATLAB console to enable peak profiling mode.
It is not possible to convert a layout done via MATLAB scripting directly to an AWD.
Let me know if this works for you.
Thanks,
Gary