You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not sure if this is the intended behavior, but it seems that gather_design_stats always overwrite the same design stats entry when provided with multiple log files.
To Reproduce
Run gather_design_stats with multiple files, notice that only the last of the provided log files is represented in the resulting proto.
Expected behavior
Either of the following behavior would be desirable instead:
an error when providing more than one log files
an average of all the metrics from the provided designs (assuming they all refer to the same design)
a flag to support more than one design stats (and write the resulting data to a repeated proto or a https://github.com/google/riegeli file.
The text was updated successfully, but these errors were encountered:
proppy
added
bug
Something isn't working or is incorrect
ux
User experience (end-user invoking XLS and its related tools)
labels
Apr 24, 2025
proppy
changed the title
gather_design_stats should not overwrite design stats when provided when multiple files
gather_design_stats should not overwrite design stats when provided when multiple logs
Apr 24, 2025
Describe the bug
Not sure if this is the intended behavior, but it seems that
gather_design_stats
always overwrite the same design stats entry when provided with multiple log files.To Reproduce
Run
gather_design_stats
with multiple files, notice that only the last of the provided log files is represented in the resulting proto.Expected behavior
Either of the following behavior would be desirable instead:
The text was updated successfully, but these errors were encountered: