uvm中item函数模版 do_copy/do_compare/convert2string

121 阅读1分钟

uvm中item函数模版 do_copy/do_compare/convert2string
来自糖果爱好者32

//------------------------------------------------------------------------------
// Class: jelly_bean_transaction
//------------------------------------------------------------------------------

class jelly_bean_transaction extends uvm_sequence_item;
  `uvm_object_utils( jelly_bean_transaction )
  
  randc flavor_e flavor;
  rand  color_e  color;
  rand  bit      sugar_free