uvm_report_info("WAIT_OFF","Event has been off triggered", UVM_LOW); phase.drop_objection(this); endtask endclass initialbegin run_test("my_test"); end endmodule 二维队列降维到平铺状态 moduletwo_dim_queue_flatten_stream; bit[31:0] d_queue[$][$] = '{{1,2,3}, {4,5,6}, {7...