OpenCores
URL https://opencores.org/ocsvn/openhmc/openhmc/trunk

Subversion Repositories openhmc

[/] [openhmc/] [trunk/] [openHMC/] [sim/] [UVC/] [hmc/] [sv/] [hmc_pkg.sv] - Blame information for rev 15

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 15 juko
/*
2
 *                              .--------------. .----------------. .------------.
3
 *                             | .------------. | .--------------. | .----------. |
4
 *                             | | ____  ____ | | | ____    ____ | | |   ______ | |
5
 *                             | ||_   ||   _|| | ||_   \  /   _|| | | .' ___  || |
6
 *       ___  _ __   ___ _ __  | |  | |__| |  | | |  |   \/   |  | | |/ .'   \_|| |
7
 *      / _ \| '_ \ / _ \ '_ \ | |  |  __  |  | | |  | |\  /| |  | | || |       | |
8
 *       (_) | |_) |  __/ | | || | _| |  | |_ | | | _| |_\/_| |_ | | |\ `.___.'\| |
9
 *      \___/| .__/ \___|_| |_|| ||____||____|| | ||_____||_____|| | | `._____.'| |
10
 *           | |               | |            | | |              | | |          | |
11
 *           |_|               | '------------' | '--------------' | '----------' |
12
 *                              '--------------' '----------------' '------------'
13
 *
14
 *  openHMC - An Open Source Hybrid Memory Cube Controller
15
 *  (C) Copyright 2014 Computer Architecture Group - University of Heidelberg
16
 *  www.ziti.uni-heidelberg.de
17
 *  B6, 26
18
 *  68159 Mannheim
19
 *  Germany
20
 *
21
 *  Contact: openhmc@ziti.uni-heidelberg.de
22
 *  http://ra.ziti.uni-heidelberg.de/openhmc
23
 *
24
 *   This source file is free software: you can redistribute it and/or modify
25
 *   it under the terms of the GNU Lesser General Public License as published by
26
 *   the Free Software Foundation, either version 3 of the License, or
27
 *   (at your option) any later version.
28
 *
29
 *   This source file is distributed in the hope that it will be useful,
30
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
31
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32
 *   GNU Lesser General Public License for more details.
33
 *
34
 *   You should have received a copy of the GNU Lesser General Public License
35
 *   along with this source file.  If not, see .
36
 *
37
 *
38
 */
39
 
40
`include "hmc_sr_if.sv"
41
//`include "hmc_base_types_pkg.sv"
42
 
43
`timescale 1ps/1ps
44
 
45
package hmc_pkg;
46
 
47
        `include "uvm_macros.svh"
48
        import uvm_pkg::*;
49
        import hmc_base_types_pkg::*;
50
 
51
        typedef enum {
52
                REQUESTER,
53
                RESPONDER
54
        } link_type_t;
55
 
56
        `include "hmc_config.sv"
57
        `include "hmc_tag_mon.sv"
58
        `include "hmc_transaction_mon.sv"
59
 
60
        `include "hmc_link_status.sv"
61
 
62
 
63
        `include "hmc_status.sv"
64
        `include "hmc_cdr.sv"
65
 
66
        `include "hmc_monitor.sv"
67
        `include "hmc_error_injector.sv"
68
 
69
        `include "hmc_token_handler.sv"
70
        `include "hmc_retry_buffer.sv"
71
 
72
        `include "hmc_driver_base.sv"
73
 
74
        `include "hmc_requester_driver.sv"
75
        `include "hmc_requester_sequencer.sv"
76
        `include "hmc_requester_sequence.sv"
77
        `include "hmc_requester_agent.sv"
78
 
79
        `include "hmc_responder_driver.sv"
80
        `include "hmc_responder_sequencer.sv"
81
        `include "hmc_responder_sequence.sv"
82
        `include "hmc_responder_agent.sv"
83
 
84
 
85
        `include "hmc_env.sv"
86
 
87
endpackage : hmc_pkg

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.