sv data_type
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
本文来自博客园,作者:hematologist,转载请注明原文链接:https://www.cnblogs.com/littleMa/p/12207418.html
posted on 2020-01-17 20:33 hematologist 阅读(166) 评论(0) 编辑 收藏 举报