class coverage; ... covergroup cg_abc (int low, int high); coverpoint x { bins range = {[low:high]}; } endgroup function new (); cg_abc = new (12, 64); endfunction endclass
coverage
原文:https://www.cnblogs.com/littleMa/p/12207418.html