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) 阅读全文
posted @ 2020-01-17 20:33 hematologist 阅读(166) 评论(0) 推荐(0) 编辑