Battawi
Newbie
I'm running multiple UVM tests for a certain DUT, I want to collect coverage statistics for all these tests By running the following command I get a detailed report on coverage after running simulation
coverage report -file report.txt -byfile -detail -all -dump -fecanalysis -metricanalysis -option -assert -directive -cvg -codeAll
the problem is that this report only includes statistics from the last test that was run , the file is overwritten after every test
I want to merge coverage statistics, I searched and found that I should used UCDB files but can't find any details on how to do so and produce a text file report.
Any help would be appreciated.
coverage report -file report.txt -byfile -detail -all -dump -fecanalysis -metricanalysis -option -assert -directive -cvg -codeAll
the problem is that this report only includes statistics from the last test that was run , the file is overwritten after every test
I want to merge coverage statistics, I searched and found that I should used UCDB files but can't find any details on how to do so and produce a text file report.
Any help would be appreciated.