当前位置:网站首页>UVM in UVM_ report_ Enabled usage
UVM in UVM_ report_ Enabled usage
2022-06-27 01:25:00 【Alfred. HOO】
uvm_report_enabled
function int uvm_report_enabled(
int verbosity,
uvm_severity severity = UVM_INFO,
string id = "" )
If this severity /id The configured redundancy is greater than or equal to this redundancy , Then return to 1, Otherwise return to 0.
See also get_report_verbosity_level and uvm_report_enabled Global version of .
Example :
if(uvm_report_enabled(UVM_HIGH, UVM_INFO, "MEMDATA")) begin
memlayout = " {\n}";
foreach(mem[iu]) begin
memlayout = %sformatf("%s mem[%0d]: %8h", memlayout, i, mem[i]);
end
memlayout = {memlayout, " }\n"};
end
`uvm_info("MEMDATA", memlayout, UVM_HIGH)
边栏推荐
- 超越锂电池——未来电池的概念
- Solve the problem that only one line of text is displayed or not displayed in u8glib
- Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快
- 接口隔离原则
- Break through the performance bottleneck of image recognition through rust language computing acceleration technology
- Statistical Hypothesis Testing
- 解决unable to create a folder to save the sketch: mkdir sketch
- XSS attack notes (Part 1)
- memcached基础2
- memcached基础4
猜你喜欢

Solve the problem that only one line of text is displayed or not displayed in u8glib

IIS deploy static web site and FTP service

【毕业季】角色转换

架构实战营模块五作业

BS-GX-016基于SSM实现教材管理系统

Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years

ESP32-添加多目录的自定义组件

USB协议中HID设备描述符以及键盘按键值对应编码表

Summary of working at home during the epidemic | community essay solicitation

buuctf-pwn write-ups (6)
随机推荐
Break through the performance bottleneck of image recognition through rust language computing acceleration technology
做了两天的唯美蝴蝶动画
Database interview questions +sql statement analysis
递归是会更秀strtok
Summary of working at home during the epidemic | community essay solicitation
C#程序结构预览最基础入门
Buuctf PWN write UPS (6)
Amazon elasticache quickly builds a cache service cluster, which is fast
Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快
Central Limit Theorem
Kept to implement redis autofailover (redisha) 15
Tsinghua & Zhiyuan | cogview2: faster and better text image generation model
3 - wire SPI Screen Drive
The world is very big. Some people tattoo QR codes on their necks
Account management, database building and four engines + cases of MySQL
flutter系列之:flutter中的flow
uvm中的config机制方法总结(一)
史上最难618,TCL夺得电视行业京东和天猫份额双第一
Kept to implement redis autofailover (redisha) 12
memcached基础5