| // 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 |