blob: 499368366418564a227b3aedf64d748e098c2efe [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
class usb20_item extends uvm_sequence_item;
// random variables
`uvm_object_utils_begin(usb20_item)
`uvm_object_utils_end
`uvm_object_new
endclass