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

Subversion Repositories spacewiresystemc

[/] [spacewiresystemc/] [trunk/] [altera_work/] [spw_fifo_ulight/] [hps_isw_handoff/] [ulight_fifo_hps_0/] [sequencer_auto_inst_init.c] - Blame information for rev 32

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 32 redbear
/*
2
Copyright (C) 2017  Intel Corporation. All rights reserved.
3
 
4
SPDX-License-Identifier:    BSD-3-Clause
5
 
6
Redistribution and use in source and binary forms, with or without
7
modification, are permitted provided that the following conditions are met:
8
    * Redistributions of source code must retain the above copyright
9
      notice, this list of conditions and the following disclaimer.
10
    * Redistributions in binary form must reproduce the above copyright
11
      notice, this list of conditions and the following disclaimer in the
12
      documentation and/or other materials provided with the distribution.
13
    * Neither the name of Intel Corporation nor the
14
      names of its contributors may be used to endorse or promote products
15
      derived from this software without specific prior written permission.
16
 
17
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
DISCLAIMED. IN NO EVENT SHALL ALTERA CORPORATION BE LIABLE FOR ANY
21
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
*/
28
#include "sequencer_defines.h"
29
#include "alt_types.h"
30
#if HCX_COMPAT_MODE || ENABLE_INST_ROM_WRITE
31
const alt_u32 inst_rom_init_size = 127;
32
const alt_u32 inst_rom_init[127] =
33
{
34
        0x80000,
35
        0x80680,
36
        0x8180,
37
        0x8200,
38
        0x8280,
39
        0x8300,
40
        0x8380,
41
        0x8100,
42
        0x8480,
43
        0x8500,
44
        0x8580,
45
        0x8600,
46
        0x8400,
47
        0x800,
48
        0x8680,
49
        0x880,
50
        0xa680,
51
        0x80680,
52
        0x900,
53
        0x80680,
54
        0x980,
55
        0xa680,
56
        0x8680,
57
        0x80680,
58
        0xb68,
59
        0xcce8,
60
        0xae8,
61
        0x8ce8,
62
        0xb88,
63
        0xec88,
64
        0xa08,
65
        0xac88,
66
        0x80680,
67
        0xce00,
68
        0xcd80,
69
        0xe700,
70
        0xc00,
71
        0x20ce0,
72
        0x20ce0,
73
        0x20ce0,
74
        0x20ce0,
75
        0xd00,
76
        0x680,
77
        0x680,
78
        0x680,
79
        0x680,
80
        0x60e80,
81
        0x61080,
82
        0x61080,
83
        0x61080,
84
        0xa680,
85
        0x8680,
86
        0x80680,
87
        0xce00,
88
        0xcd80,
89
        0xe700,
90
        0xc00,
91
        0x30ce0,
92
        0x30ce0,
93
        0x30ce0,
94
        0x30ce0,
95
        0xd00,
96
        0x680,
97
        0x680,
98
        0x680,
99
        0x680,
100
        0x70e80,
101
        0x71080,
102
        0x71080,
103
        0x71080,
104
        0xa680,
105
        0x8680,
106
        0x80680,
107
        0x1158,
108
        0x6d8,
109
        0x80680,
110
        0x1168,
111
        0x7e8,
112
        0x7e8,
113
        0x87e8,
114
        0x40fe8,
115
        0x410e8,
116
        0x410e8,
117
        0x410e8,
118
        0x1168,
119
        0x7e8,
120
        0x7e8,
121
        0xa7e8,
122
        0x80680,
123
        0x40e88,
124
        0x41088,
125
        0x41088,
126
        0x41088,
127
        0x40f68,
128
        0x410e8,
129
        0x410e8,
130
        0x410e8,
131
        0xa680,
132
        0x40fe8,
133
        0x410e8,
134
        0x410e8,
135
        0x410e8,
136
        0x41008,
137
        0x41088,
138
        0x41088,
139
        0x41088,
140
        0x1100,
141
        0xc680,
142
        0x8680,
143
        0xe680,
144
        0x80680,
145
        0x0,
146
        0x8000,
147
        0xa000,
148
        0xc000,
149
        0x80000,
150
        0x80,
151
        0x8080,
152
        0xa080,
153
        0xc080,
154
        0x80080,
155
        0x9180,
156
        0x8680,
157
        0xa680,
158
        0x80680,
159
        0x40f08,
160
        0x80680
161
};
162
#endif

powered by: WebSVN 2.1.0

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