Functional coverage in IUS 6.2

Hi All,

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

Regards,
Ankit

Hi Ankit.

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

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

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.