-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.amp
More file actions
29 lines (29 loc) · 1.23 KB
/
Copy pathtest.amp
File metadata and controls
29 lines (29 loc) · 1.23 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
<?xml version="1.0" encoding="UTF-8"?><intel_fpga_monitor_program_project version="1.0">
<architecture>Nios II</architecture>
<system>
<system_info filepath="true">source/task2/dnn_accel_system.sopcinfo</system_info>
<system_sof filepath="true">source/task2/output_files/task0.sof</system_sof>
<board>Not Required</board>
<cable>DE-SoC [USB-1]</cable>
<processor>nios2_gen2_0</processor>
<reset_processor_during_load>true</reset_processor_during_load>
<terminal>jtag_uart_0</terminal>
</system>
<program>
<type>Assembly Program</type>
<source_files>
<source_file filepath="true">source/task2/test.s</source_file>
</source_files>
<options>
<start_symbol>_start</start_symbol>
</options>
<linker_sections type="Basic">
<linker_section name=".text">
<memory_device>onchip_memory2_0.s1</memory_device>
<base_address>0x00008000</base_address>
<end_address>0x0000FFFF</end_address>
<required_section/>
</linker_section>
</linker_sections>
</program>
</intel_fpga_monitor_program_project>