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