blob: c1270749912f493a6bb75b63e0cc108f49618e41 [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 rng_item extends uvm_sequence_item;
// random variables
`uvm_object_utils_begin(rng_item)
`uvm_object_utils_end
`uvm_object_new
endclass