OpenCores
URL https://opencores.org/ocsvn/usb_ft232h_avalon-mm_interface/usb_ft232h_avalon-mm_interface/trunk

Subversion Repositories usb_ft232h_avalon-mm_interface

[/] [usb_ft232h_avalon-mm_interface/] [trunk/] [testbench/] [altera_project/] [test_usb_ft232h/] [software/] [usb_ft232h_bsp/] [linker.h] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 melman701
/*
2
 * linker.h - Linker script mapping information
3
 *
4
 * Machine generated for CPU 'cpu' in SOPC Builder design 'sopc'
5
 * SOPC Builder design path: ../../sopc.sopcinfo
6
 *
7
 * Generated: Fri Mar 17 06:26:33 BRT 2017
8
 */
9
 
10
/*
11
 * DO NOT MODIFY THIS FILE
12
 *
13
 * Changing this file will have subtle consequences
14
 * which will almost certainly lead to a nonfunctioning
15
 * system. If you do modify this file, be aware that your
16
 * changes will be overwritten and lost when this file
17
 * is generated again.
18
 *
19
 * DO NOT MODIFY THIS FILE
20
 */
21
 
22
/*
23
 * License Agreement
24
 *
25
 * Copyright (c) 2008
26
 * Altera Corporation, San Jose, California, USA.
27
 * All rights reserved.
28
 *
29
 * Permission is hereby granted, free of charge, to any person obtaining a
30
 * copy of this software and associated documentation files (the "Software"),
31
 * to deal in the Software without restriction, including without limitation
32
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
33
 * and/or sell copies of the Software, and to permit persons to whom the
34
 * Software is furnished to do so, subject to the following conditions:
35
 *
36
 * The above copyright notice and this permission notice shall be included in
37
 * all copies or substantial portions of the Software.
38
 *
39
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
45
 * DEALINGS IN THE SOFTWARE.
46
 *
47
 * This agreement shall be governed in all respects by the laws of the State
48
 * of California and by the laws of the United States of America.
49
 */
50
 
51
#ifndef __LINKER_H_
52
#define __LINKER_H_
53
 
54
 
55
/*
56
 * BSP controls alt_load() behavior in crt0.
57
 *
58
 */
59
 
60
#define ALT_LOAD_EXPLICITLY_CONTROLLED
61
 
62
 
63
/*
64
 * Base address and span (size in bytes) of each linker region
65
 *
66
 */
67
 
68
#define RESET_REGION_BASE 0x800000
69
#define RESET_REGION_SPAN 32
70
#define SDRAM_REGION_BASE 0x800020
71
#define SDRAM_REGION_SPAN 8388576
72
 
73
 
74
/*
75
 * Devices associated with code sections
76
 *
77
 */
78
 
79
#define ALT_EXCEPTIONS_DEVICE SDRAM
80
#define ALT_RESET_DEVICE SDRAM
81
#define ALT_RODATA_DEVICE SDRAM
82
#define ALT_RWDATA_DEVICE SDRAM
83
#define ALT_TEXT_DEVICE SDRAM
84
 
85
 
86
/*
87
 * Initialization code at the reset address is allowed (e.g. no external bootloader).
88
 *
89
 */
90
 
91
#define ALT_ALLOW_CODE_AT_RESET
92
 
93
 
94
/*
95
 * The alt_load() facility is called from crt0 to copy sections into RAM.
96
 *
97
 */
98
 
99
#define ALT_LOAD_COPY_RWDATA
100
 
101
#endif /* __LINKER_H_ */

powered by: WebSVN 2.1.0

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