随笔分类 -  uvm info & sv display

uvm report机制
摘要:资料来源 (1) 《Practical UVM Step by Step with IEEE》 1.uvm_report_object & uvm_report_handler & uvm_report_server简介 1.1 uvm_report_object 1 class uvm_repor 阅读全文

posted @ 2022-05-21 22:34 知北游。。 阅读(834) 评论(0) 推荐(0)

[CU]UVM_FILE的使用
摘要:资料来源 (1)《UVM实战-张强》; (2) Verilog系列:【3】文件的IO操作 (qq.com) (3) 《Practical UVM Step by Step with IEEE》 1.UVM_FILE的使用及示例 typedef int UVM_FILE; (1)在uvm_test_b 阅读全文

posted @ 2022-01-27 18:48 知北游。。 阅读(1516) 评论(0) 推荐(0)

$display, $write
摘要:资料来源: (1) 硅芯思见:【108】聊点$display的一点事情 (qq.com) 1.$display 1.1$display的使用格式 (1) $display(format,p0,p1,...,pn),其中format用于描述输出格式,p0-pn为待display的内容; 1.2$dis 阅读全文

posted @ 2022-01-18 15:04 知北游。。 阅读(846) 评论(0) 推荐(0)

uvm report机制-uvm report info冗余度(设置与重载)与uvm_report_catcher(使用了callback机制)
摘要:资料来源 (1) 《Practical UVM Step by Step with IEEE》 注1: 在打印信息之前,UVM会比较要显示信息的冗余度级别与默认的冗余度阈值。如果小于等于阈值,就会显示,否则不会显示. 1.冗余度阈值(概念与设置) 1.1冗余度阈值相关函数 tb里面可以调用下面函数动 阅读全文

posted @ 2021-11-18 11:16 知北游。。 阅读(2830) 评论(0) 推荐(0)

导航