blob: 7fbc61b04c6b0186a52349e1c13eac872b263902 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// basic sanity test vseq
class ${name}_sanity_vseq extends ${name}_base_vseq;
`uvm_object_utils(${name}_sanity_vseq)
`uvm_object_new
task body();
`uvm_error(`gfn, "FIXME")
endtask : body
endclass : ${name}_sanity_vseq