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

Subversion Repositories openhmc

[/] [openhmc/] [trunk/] [openHMC/] [sim/] [tb/] [common/] [testlib/] [test_lib.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
//-- the base test
41
`include "hmc_base_test.sv"
42
 
43
 
44
//-- sequence lib
45
`include "seq_lib/hmc_seq_lib.sv"
46
 
47
//-- the init sequence
48
`include "openhmc_init_seq.sv"
49
 
50
//-- Set the HMC model
51
`include "hmc_model_init_seq.sv"
52
 
53
//-- check registers after test ends
54
`include "openhmc_check_seq.sv"
55
 
56
`include "simple_test/simple_test_seq.sv"
57
`include "simple_test/simple_test.sv"
58
 
59
`include "single_pkt_test/single_pkt_test_seq.sv"
60
`include "single_pkt_test/single_pkt_test.sv"
61
 
62
`include "sleep_mode_test/sleep_mode_test_seq.sv"
63
`include "sleep_mode_test/sleep_mode_test.sv"
64
 
65
`include "atomic_pkt_test/atomic_pkt_test.sv"
66
`include "atomic_pkt_test/atomic_pkt_test_seq.sv"
67
 
68
`include "big_pkt_hdelay_test/big_pkt_hdelay_test.sv"
69
`include "big_pkt_hdelay_test/big_pkt_hdelay_test_seq.sv"
70
 
71
`include "big_pkt_test/big_pkt_test.sv"
72
`include "big_pkt_test/big_pkt_test_seq.sv"
73
 
74
`include "small_pkt_test/small_pkt_test.sv"
75
`include "small_pkt_test/small_pkt_test_seq.sv"
76
 
77
`include "big_pkt_zdelay_test/big_pkt_zdelay_test.sv"
78
`include "big_pkt_zdelay_test/big_pkt_zdelay_test_seq.sv"
79
 
80
`include "high_delay_pkt_test/high_delay_pkt_test.sv"
81
`include "high_delay_pkt_test/high_delay_pkt_test_seq.sv"
82
 
83
`include "zero_delay_pkt_test/zero_delay_pkt_test.sv"
84
`include "zero_delay_pkt_test/zero_delay_pkt_test_seq.sv"
85
 
86
`include "non_posted_pkt_test/non_posted_pkt_test.sv"
87
`include "non_posted_pkt_test/non_posted_pkt_test_seq.sv"
88
 
89
`include "posted_pkt_test/posted_pkt_test.sv"
90
`include "posted_pkt_test/posted_pkt_test_seq.sv"
91
 
92
`include "small_pkt_hdelay_test/small_pkt_hdelay_test.sv"
93
`include "small_pkt_hdelay_test/small_pkt_hdelay_test_seq.sv"
94
 
95
`include "small_pkt_zdelay_test/small_pkt_zdelay_test.sv"
96
`include "small_pkt_zdelay_test/small_pkt_zdelay_test_seq.sv"
97
 
98
`include "init_test/init_test.sv"
99
`include "init_test/init_test_seq.sv"
100
 
101
`ifdef HMC_UVC
102
        `include "error_pkt_test/error_pkt_test.sv"
103
        `include "error_pkt_test/error_pkt_test_seq.sv"
104
        `include "bit_error_test/bit_error_test.sv"
105
        `include "bit_error_test/bit_error_test_seq.sv"
106
`endif

powered by: WebSVN 2.1.0

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