-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.amp
More file actions
40 lines (40 loc) · 1.6 KB
/
Project.amp
File metadata and controls
40 lines (40 loc) · 1.6 KB
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
<?xml version="1.0" encoding="UTF-8"?><altera_monitor_program_project version="1.0">
<architecture>Nios II</architecture>
<system>
<sample_system_title>DE1-SoC Computer for Nios II</sample_system_title>
<cable>DE-SoC [USB-1]</cable>
<processor>Nios2</processor>
<reset_processor_during_load>false</reset_processor_during_load>
</system>
<program>
<type>Assembly Program</type>
<source_files>
<source_file filepath="true">project.s</source_file>
</source_files>
<options>
<start_symbol>_start</start_symbol>
</options>
<linker_sections>
<linker_section name=".reset">
<memory_device>SDRAM.s1</memory_device>
<base_address>0x00000000</base_address>
<end_address>0x0000001F</end_address>
<required_section/>
<fixed_base_address/>
</linker_section>
<linker_section name=".exceptions">
<memory_device>SDRAM.s1</memory_device>
<base_address>0x00000020</base_address>
<end_address>0x000003FF</end_address>
<required_section/>
<fixed_base_address/>
</linker_section>
<linker_section name=".text">
<memory_device>SDRAM.s1</memory_device>
<base_address>0x00000400</base_address>
<end_address>0x03FFFFFF</end_address>
<required_section/>
</linker_section>
</linker_sections>
</program>
</altera_monitor_program_project>