Skip to content

[CI] Fix the reported PROM size in bytes

Reason why this change is needed

The reported PROM numbers are unchanged even after units have been changed from 32b words to bytes

Description of the change

The PROM numbers are measured by the WMC tool as number of instructions, not words or bytes. The assumption is that one instruction is represented as a 32b word in the PROM memory. Therefore, the total number of instructions will be multiplied by the factor of 4 and reported as bytes.

Affected operating points

BE modification. Only the reported PROM consumption is changed.

Merge request reports

Loading