lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | // SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | class 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 | |||||
11 | endclass : cip_base_test | ||||
12 |