I am having a coverage class like this: covergroup dst_addr_cov @(drv_dst_addr_event); dst_addr_cp: coverpoint cov_dst_addr { ignore_bins invalid_dst_addr = {19, 24, [27:59], 64, [65:$]};} endgroup : dst_addr_cov Instantiated for all the agents, how to see the merged coverage? hoping this will cover all signals for all agent instances.
↧