blob: 28875a5f94d410aad27af6692d790820bc84eabc [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 rstmgr_virtual_sequencer extends cip_base_virtual_sequencer #(
.CFG_T(rstmgr_env_cfg),
.COV_T(rstmgr_env_cov)
);
`uvm_component_utils(rstmgr_virtual_sequencer)
`uvm_component_new
endclass