Reply To: Combining Results from Multiple Runs into One HTML Report

Why OSVVM™? Forums OSVVM Combining Results from Multiple Runs into One HTML Report Reply To: Combining Results from Multiple Runs into One HTML Report

#2885
David
Member

Hello Mikkie, sorry for not seeing your question.

To merge results:
vcover merge merged.ucdb run1.ucdb run2.ucdb run3.ucdb

Then the normal “report” to view the combined report:
vcover report merged.ucdb

Note, the VHDL has to be identical otherwise you’re trying to merge results that are not aligned, I think Questa gives an error.