-
Notifications
You must be signed in to change notification settings - Fork 0
/
NucleiExamples.emProject
199 lines (199 loc) · 8.03 KB
/
NucleiExamples.emProject
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE CrossStudio_Project_File>
<solution Name="NucleiExamples" target="20" version="2">
<project Name="Helloworld">
<configuration
LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
Name="Common"
RISCV_TOOLCHAIN_VARIANT="Standard"
arm_linker_heap_size="1024"
arm_linker_stack_size="1024"
arm_linker_variant="SEGGER"
arm_rtl_variant="SEGGER"
build_generic_options_file_name=""
link_linker_script_file="Setup/SEGGER_Flash_RV32.icf"
linker_output_format="hex"
linker_section_placements_segments="FLASH1 RX 0x20000000 0x00400000;RAM1 RWX 0x80000000 0x00010000"
project_directory="Examples/helloworld"
project_type="Executable"
rv_arch_ext=""
rv_debug_extensions="None"
rv_toolchain_prefix=""
target_device_name="N305" />
<configuration
LIBRARY_IO_TYPE="RTT"
Name="Debug"
arm_rtl_variant="SEGGER"
c_user_include_directories="$(ProjectDir);$(ProjectDir)/../../BSP/demosoc/Include"
debug_target_connection="J-Link"
gcc_optimization_level="Level 3 for more speed"
link_linker_script_file="$(SolutionDir)/BSP/demosoc/demosoc_SES.icf"
linker_section_placements_segments="ILM RWX 0x80000000 0x00010000;DLM RWX 0x90000000 0x00010000"
rv_abi="ilp32"
rv_architecture="rv32imac" />
<folder Name="Helloworld">
<file file_name="main.c" />
</folder>
<folder Name="BSP">
<file file_name="../../BSP/demosoc/demosoc_SES.icf" />
<file file_name="../../BSP/demosoc/Source/demosoc_gpio.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_init.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_startup.s" />
<file file_name="../../BSP/demosoc/Source/demosoc_stubs.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_uart.c" />
</folder>
</project>
<configuration
Name="Debug"
c_preprocessor_definitions="DEBUG"
gcc_debugging_level="Level 3"
gcc_optimization_level="None" />
<configuration
Name="Release"
c_preprocessor_definitions="NDEBUG"
gcc_debugging_level="None"
gcc_omit_frame_pointer="Yes"
gcc_optimization_level="Level 1" />
<configuration Name="Common" />
<project Name="coremark">
<configuration
LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
Name="Common"
RISCV_TOOLCHAIN_VARIANT="Standard"
arm_linker_heap_size="1024"
arm_linker_stack_size="1024"
arm_linker_variant="SEGGER"
arm_rtl_variant="SEGGER"
build_generic_options_file_name=""
link_linker_script_file="Setup/SEGGER_Flash_RV32.icf"
linker_output_format="hex"
linker_section_placements_segments="FLASH1 RX 0x20000000 0x00400000;RAM1 RWX 0x80000000 0x00010000"
project_directory="Examples/coremark"
project_type="Executable"
rv_arch_ext=""
rv_debug_extensions="None"
rv_toolchain_prefix=""
target_device_name="N305" />
<folder Name="BSP">
<file file_name="../../BSP/demosoc/Source/demosoc_gpio.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_init.c" />
<file file_name="../../BSP/demosoc/demosoc_SES.icf" />
<file file_name="../../BSP/demosoc/Source/demosoc_startup.s" />
<file file_name="../../BSP/demosoc/Source/demosoc_stubs.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_uart.c" />
</folder>
<folder Name="Coremark">
<file file_name="core_list_join.c" />
<file file_name="core_main.c" />
<file file_name="core_matrix.c" />
<file file_name="core_portme.c" />
<file file_name="core_state.c" />
<file file_name="core_util.c" />
</folder>
<configuration
LIBRARY_IO_TYPE="RTT"
Name="Debug"
arm_rtl_variant="SEGGER"
c_preprocessor_definitions="ITERATIONS=1000;PERFORMANCE_RUN=1"
c_user_include_directories="$(ProjectDir);$(ProjectDir)/../../BSP/demosoc/Include"
debug_target_connection="J-Link"
gcc_optimization_level="Level 3 for more speed"
link_linker_script_file="$(SolutionDir)/BSP/demosoc/demosoc_SES.icf"
link_time_optimization="Yes"
linker_printf_fp_enabled="Float"
linker_section_placements_segments="ILM RWX 0x80000000 0x00010000;DLM RWX 0x90000000 0x00010000"
rv_abi="ilp32"
rv_architecture="rv32imac" />
</project>
<project Name="dhrystone">
<configuration
LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
Name="Common"
RISCV_TOOLCHAIN_VARIANT="Standard"
arm_linker_heap_size="1024"
arm_linker_stack_size="1024"
arm_linker_variant="SEGGER"
arm_rtl_variant="SEGGER"
build_generic_options_file_name=""
link_linker_script_file="Setup/SEGGER_Flash_RV32.icf"
linker_output_format="hex"
linker_section_placements_segments="FLASH1 RX 0x20000000 0x00400000;RAM1 RWX 0x80000000 0x00010000"
project_directory="Examples/dhrystone"
project_type="Executable"
rv_arch_ext=""
rv_debug_extensions="None"
rv_toolchain_prefix=""
target_device_name="N305" />
<folder Name="BSP">
<file file_name="../../BSP/demosoc/Source/demosoc_gpio.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_init.c" />
<file file_name="../../BSP/demosoc/demosoc_SES.icf" />
<file file_name="../../BSP/demosoc/Source/demosoc_startup.s" />
<file file_name="../../BSP/demosoc/Source/demosoc_stubs.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_uart.c" />
</folder>
<folder Name="Dhrystone">
<file file_name="dhry_1.c" />
<file file_name="dhry_2.c" />
<file file_name="dhry_stubs.c" />
</folder>
<configuration
LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
Name="Debug"
RISCV_TOOLCHAIN_VARIANT="Standard"
build_generic_options_file_name=""
c_user_include_directories="$(ProjectDir);$(ProjectDir)/../../BSP/demosoc/Include"
debug_target_connection="J-Link"
gcc_optimization_level="Level 3 for more speed"
link_linker_script_file="$(SolutionDir)/BSP/demosoc/demosoc_SES.icf"
link_time_optimization="Yes"
linker_printf_fp_enabled="Float"
linker_section_placements_segments="ILM RWX 0x80000000 0x00010000;DLM RWX 0x90000000 0x00010000"
rv_abi="ilp32"
rv_arch_ext=""
rv_architecture="rv32imac"
rv_debug_extensions="None"
rv_toolchain_prefix="" />
</project>
<project Name="whetstone">
<configuration
LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
Name="Common"
RISCV_TOOLCHAIN_VARIANT="Standard"
arm_linker_heap_size="1024"
arm_linker_stack_size="1024"
arm_linker_variant="SEGGER"
arm_rtl_variant="SEGGER"
build_generic_options_file_name=""
link_linker_script_file="Setup/SEGGER_Flash_RV32.icf"
linker_output_format="hex"
linker_section_placements_segments="FLASH1 RX 0x20000000 0x00400000;RAM1 RWX 0x80000000 0x00010000"
project_directory="Examples/whetstone"
project_type="Executable"
rv_arch_ext=""
rv_debug_extensions="None"
rv_toolchain_prefix=""
target_device_name="N305" />
<folder Name="BSP">
<file file_name="../../BSP/demosoc/Source/demosoc_gpio.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_init.c" />
<file file_name="../../BSP/demosoc/demosoc_SES.icf" />
<file file_name="../../BSP/demosoc/Source/demosoc_startup.s" />
<file file_name="../../BSP/demosoc/Source/demosoc_stubs.c" />
<file file_name="../../BSP/demosoc/Source/demosoc_uart.c" />
</folder>
<folder Name="Whetstone">
<file file_name="cpuidc.c" />
<file file_name="whets.c" />
</folder>
<configuration
Name="Debug"
c_user_include_directories="$(ProjectDir);$(ProjectDir)/../../BSP/demosoc/Include"
debug_target_connection="J-Link"
gcc_optimization_level="Level 3 for more speed"
link_linker_script_file="$(SolutionDir)/BSP/demosoc/demosoc_SES.icf"
link_time_optimization="Yes"
linker_printf_fp_enabled="Float"
linker_section_placements_segments="ILM RWX 0x80000000 0x00010000;DLM RWX 0x90000000 0x00010000"
rv_abi="ilp32" />
</project>
</solution>