blob: 9b992590a12ddf6f1d39e872ffda3764f8ac7ab1 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
package ${name}_test_pkg;
// dep packages
import uvm_pkg::*;
% if is_cip:
import cip_base_pkg::*;
% else:
import dv_lib_pkg::*;
% endif
import ${name}_env_pkg::*;
// macro includes
`include "uvm_macros.svh"
`include "dv_macros.svh"
// local types
% if not has_ral:
typedef uvm_object ${name}_reg_block;
% endif
// functions
// package sources
`include "${name}_base_test.sv"
endpackage