blob: 20069529a5d97a848fc52e1a0b5baffd9a7ed81c [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001// Copyright lowRISC contributors.
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5class cip_base_test #(type CFG_T = cip_base_env_cfg,
6 type ENV_T = cip_base_env) extends dv_base_test #(CFG_T, ENV_T);
7 `uvm_component_param_utils(cip_base_test #(CFG_T, ENV_T))
8
9 `uvm_component_new
10
11endclass : cip_base_test
12