« Prev | Next » How to exclude the file from a coverage report Solution In order to exclude a file from the coverage report, the -cc_exclude switch should be used with the asim command. For Example: asim TB -lib <working_library> -acdb +access+r -cc_exclude <file_name> -cc_hierarchy acdb report -o only_dut.acdb -path /TB/DUT Previous article Next article