Yes, the answer remains the same: if you have a module-based testbench you can use "-coverage all" to enable all types of coverage and it will include the testbench modules. If you want coverage of a class-based testbench, you'll need to use the "-covfile" switch and pass some specific options, please refer to the "select_coverage" CCF command in this documentation page: Coverage Control File options
↧