[uvm] cfg也可以randomize constant007 2021-10-28 122 阅读1分钟 class jelly_bean_configuration extends uvm_object; `uvm_object_utils(jelly_bean_configuration) function new(string name = ""); super.new(name); endfunction