uvm_reg_field是最基本寄存器单元。

typedef class uvm_reg_cbs;

//-----------------------------------------------------------------
// CLASS: uvm_reg_field
// Field abstraction class
//
// A field represents a set of bits that behave consistently
// as a single entity.
//
// A field is contained within a single register, but may
// have different access policies depending on the address map
// use the access the register (thus the field).
//-----------------------------------------------------------------
class uvm_reg_field extends uvm_object;

最新文章

  1. css预处理器sass使用教程(多图预警)
  2. Arduino uno LED灯实验
  3. R语言XML格式数据导入与处理
  4. nginx apache负载均衡测试
  5. Google Guava学习笔记——基础工具类String处理类的使用
  6. Linux磁盘空间爆满,MySQL无法启动
  7. sql函数:汉字转换为拼音
  8. nini
  9. Android自定义View 构造方法 遇到的一些问题
  10. python - 面向对象(二)
  11. spring mvc在普通类中获取HttpServletRequest对象
  12. 第5章Zabbix自动化监控
  13. Vsftpd3.0--FTP服务器搭建之本地用户篇
  14. Codeforces 788C The Great Mixing
  15. js 提示框的实现---组件开发之(一)
  16. dedecms织梦让channelartlist标签支持currentstyle属性
  17. 走进DOM:HTML DOM
  18. 【Unity】AssetBundle的使用——打包/解包
  19. 吴裕雄 python神经网络 水果图片识别(2)
  20. js验证开头不为零的正整数

热门文章

  1. java.lang.NoSuchMethodError: org.springframework.core.io.ResourceEditor错误
  2. [hdu1277]全文检索(AC自动机)
  3. Hadoop中Yarnrunner里面submit Job以及AM生成 至Job处理过程源码解析
  4. Eclipse补全功能
  5. hdu-1597
  6. Flutter实战视频-移动电商-46.详细页_自定义TabBar Widget
  7. PHP之操作数组
  8. 数据结构关于AOV与AOE网的区别
  9. 51nod 1348【next_permutation】
  10. 51nod1270(dp)