blob: 20069529a5d97a848fc52e1a0b5baffd9a7ed81c [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 cip_base_test #(type CFG_T = cip_base_env_cfg,
type ENV_T = cip_base_env) extends dv_base_test #(CFG_T, ENV_T);
`uvm_component_param_utils(cip_base_test #(CFG_T, ENV_T))
`uvm_component_new
endclass : cip_base_test