-
Notifications
You must be signed in to change notification settings - Fork 0
/
vn.amp
34 lines (34 loc) · 1.53 KB
/
vn.amp
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
<?xml version="1.0" encoding="UTF-8"?><altera_monitor_program_project version="1.0">
<architecture>Nios II</architecture>
<system>
<sample_system_title>DE0-CV Computer</sample_system_title>
<cable>USB-Blaster [USB-0]</cable>
<processor>Nios2</processor>
<reset_processor_during_load>false</reset_processor_during_load>
<terminal>JTAG_UART</terminal>
</system>
<program>
<type>C Program</type>
<source_files>
<source_file filepath="true">main.c</source_file>
<source_file filepath="true">scenes.c</source_file>
<source_file filepath="true">display.c</source_file>
<source_file filepath="true">address_map_nios2.h</source_file>
<source_file filepath="true">deepDisplay.c</source_file>
<source_file filepath="true">head.h</source_file>
</source_files>
<options>
<compiler_flags>-g -O1 -ffunction-sections -fverbose-asm -fno-inline -mno-cache-volatile</compiler_flags>
<emulate_unimpl_instructions>true</emulate_unimpl_instructions>
<use_small_c_library>false</use_small_c_library>
</options>
<linker_sections>
<linker_section name=".text">
<memory_device>SDRAM.s1</memory_device>
<base_address>0x00000000</base_address>
<end_address>0x03FFFFFF</end_address>
<required_section/>
</linker_section>
</linker_sections>
</program>
</altera_monitor_program_project>