blob: fda2cb69f672e0eae9bec5191d911527dc536654 [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 clkmgr_base_test extends cip_base_test #(
.CFG_T(clkmgr_env_cfg),
.ENV_T(clkmgr_env)
);
`uvm_component_utils(clkmgr_base_test)
`uvm_component_new
// the base class dv_base_test creates the following instances:
// clkmgr_env_cfg: cfg
// clkmgr_env: env
// the base class also looks up UVM_TEST_SEQ plusarg to create and run that seq in
// the run_phase; as such, nothing more needs to be done
endclass : clkmgr_base_test