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
Gad to use this one for my project.
I have many thousands of coverage files ( 20k files), with multiple covergroups and thousands coverpoints.
It seems that the merge function got trouble when merging and I had to separate merge-list-file to merge them one by one, when merging them at the same time: huge RAM usage happened and killed the section by memory leak.
pyucis merge $(cat merge.lists) -o merge.xml
I believe that I can support to fix this issue or optimize it, but how can I help you?
The text was updated successfully, but these errors were encountered:
Hi,
Gad to use this one for my project.
I have many thousands of coverage files ( 20k files), with multiple covergroups and thousands coverpoints.
It seems that the merge function got trouble when merging and I had to separate merge-list-file to merge them one by one, when merging them at the same time: huge RAM usage happened and killed the section by memory leak.
I believe that I can support to fix this issue or optimize it, but how can I help you?
The text was updated successfully, but these errors were encountered: