-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathfpu_env_pkg.sv
More file actions
46 lines (41 loc) · 1.34 KB
/
Copy pathfpu_env_pkg.sv
File metadata and controls
46 lines (41 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* Copyright (c) 2025 CEA*
* *Commissariat a l'Energie Atomique et aux Energies Alternatives (CEA)
*
* SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
*
* Licensed under the Solderpad Hardware License v 2.1 (the “License”); you
* may not use this file except in compliance with the License, or, at your
* option, the Apache License version 2.0. You may obtain a copy of the
* License at
*
* https://solderpad.org/licenses/SHL-2.1/
*
* Unless required by applicable law or agreed to in writing, any work
* distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/
/*
* Authors : Ihsane TAHIR
* Creation Date : March, 2025
* Description : Package of the CVFPU UVM environment
* History :
*/
package fpu_env_pkg;
`include "uvm_macros.svh"
import ariane_pkg::*;
import uvm_pkg::*;
import fpu_common_pkg::*;
import fpu_refmodel_pkg::*;
import fpu_agent_pkg::*;
import clock_driver_pkg::*;
import reset_driver_pkg::*;
import bp_driver_pkg::*;
import watchdog_pkg::*;
import pulse_gen_pkg::*;
`include "fpu_sb.svh"
`include "fpu_top_cfg.svh"
`include "fpu_env.svh"
endpackage : fpu_env_pkg