uvm_reg_field——寄存器模型(二)

  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;

 

posted on 2017-12-11 20:48  dpc525  阅读(1318)  评论(0编辑  收藏  举报

导航