zoukankan      html  css  js  c++  java
  • 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;
  • 相关阅读:
    Linux文件权限
    Linux命令
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
  • 原文地址:https://www.cnblogs.com/dpc525/p/8024961.html
Copyright © 2011-2022 走看看