uvm start 和start_item区别

363 阅读1分钟
  • start_item是使用在sequence的body中的,替代`uvm_do;
  • start是test中启动sequence的方法;