PDA

View Full Version : functional coverage in IUS 6.2



ankit1
03-05-2008, 03:10 AM
Hi All,

Can anybody tell me how to generate .fcov file in IUS6.2 ?
I am using irun command..

Regards,
Ankit

stephenh
03-05-2008, 06:02 AM
Hi Ankit.

In this case you simply do:
irun *.sv -coverage U -covdut <dut_name> -covtest <testname>

Nore that in 6.2 and later, the coverage format is using the new "unicov" system, which replaces the older coverage file formats.
In the olser version you would have *.fcov files, now you get *.data files instead.
Unless you do any weird stuff directly to the files, the analysis flow remains the same:
iccr -load_test <testname>

Hopefully this will get you started.
You should look in the docs for the detailed information: type "cdnshelp" at the Unix prompt to open the help browser.