Não é mais possível fazer postagens ou usar assinaturas novas da Usenet nos Grupos do Google. O conteúdo histórico continua disponível.
Dismiss

code coverage in modelsim_se

11 visualizações
Pular para a primeira mensagem não lida

kalvara...@gmail.com

não lida,
8 de out. de 2007, 08:57:0608/10/2007
para
how to merge multiple missed coverage files to see final uncoverd
lines in one file?


thanks in advance.

Paul Uiterlinden

não lida,
8 de out. de 2007, 12:37:4908/10/2007
para
kalvara...@gmail.com wrote:

> how to merge multiple missed coverage files to see final uncoverd
> lines in one file?

Something like:

vcover merge -strip 3 -install dut_name total.cov file1.cov file2.cov ...

In this case I strip 3 levels of hierarchy of the coverage files that must
be merged, so later I can load the design with total.cov without a
testcase. For the rest: vcover -help and read the manual.

BTW: you don't merge missed coverage files, you merge coverage files. From
that a total coverage is made to get the final uncovered code by loading
the total coverage file in the simulator.

This may have changed, as ModelSim now uses ucdb files (unified coverage
data base). I don't have experience with that yet, though.

--
Paul Uiterlinden
www.aimvalley.nl
e-mail addres: remove the not.

0 nova mensagem