blob: e338fa4cc1c83e069bde14df260ca5e1188f3221 [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 pwm_virtual_sequencer extends cip_base_virtual_sequencer #(
.CFG_T(pwm_env_cfg),
.COV_T(pwm_env_cov)
);
`uvm_component_utils(pwm_virtual_sequencer)
`uvm_component_new
endclass : pwm_virtual_sequencer