blob: 70b34c98ff3d3e60a918ba185b5e4fb0d730bd5b [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 pwrmgr_virtual_sequencer extends cip_base_virtual_sequencer #(
.CFG_T(pwrmgr_env_cfg),
.COV_T(pwrmgr_env_cov)
);
`uvm_component_utils(pwrmgr_virtual_sequencer)
`uvm_component_new
endclass