ZenTimings icon indicating copy to clipboard operation
ZenTimings copied to clipboard

Newer version not just missing data but doing wrong calculations

Open andrebraga opened this issue 1 year ago • 1 comments

1.30.1107 image

1.31 release, 1.31.1213 (Debug): image

So speed and tRFC(ns) are broken, but clocks are indeed better :) How may I further help with this?

andrebraga avatar Feb 01 '24 15:02 andrebraga

A debug report would be helpful (Tools -> Debug). Each SKU usually has a different table version with different offsets. These table definitions are loaded based on the codename of the processor. If the exact version is not found, then the default for the codename is loaded and in most of the cases it is not suitable. I'm heavily relying on user reports to add support for a new table version.

tRFC is calculated based on "Speed", which is calculated from MCLK. Currently, your MCLK is detected as 0.91MHz (wrong offset in the table).

irusanov avatar Feb 01 '24 17:02 irusanov