Coverage on C files which are used as DPI calls

Hi,

I want do a coverage on C files which are used as DPI-C call. Does anyone have experience in doing these things . I hear bull eye is one third party tool. Does tool give us any options to do this .

In reply to zacksynder:

You can use whatever code coverage tool that’s associated with C compiler (gcov for gcc). But integrating that with your SystemVerilog code coverage is a tool specific issue outside the scope of this forum.