N
Nicolas Matringe
Guest
Hello
I am using ModelSim to measure code coverage and have problem when
merging individual simulation results into a single database using the
vcover merge command. I use it as shown in the manual (*):
vcover merge coverage_results ucdb/*.ucdb
where ucdb files are individual results and coverage_results is the
output file. I invariably get the message "File '*.ucdb' is
unreadable". why can't I use a wildcard ?
Nicolas
(*) these two lines are copied from the command reference :
vcover merge myresult2 /dut/*.cov
Uses wildcards to merge all files with a .cov extension in a particular
directory.
I am using ModelSim to measure code coverage and have problem when
merging individual simulation results into a single database using the
vcover merge command. I use it as shown in the manual (*):
vcover merge coverage_results ucdb/*.ucdb
where ucdb files are individual results and coverage_results is the
output file. I invariably get the message "File '*.ucdb' is
unreadable". why can't I use a wildcard ?
Nicolas
(*) these two lines are copied from the command reference :
vcover merge myresult2 /dut/*.cov
Uses wildcards to merge all files with a .cov extension in a particular
directory.