gitting project in git
This commit is contained in:
79
vitis/top/platform.tcl
Executable file
79
vitis/top/platform.tcl
Executable file
@@ -0,0 +1,79 @@
|
||||
#
|
||||
# Usage: To re-create this platform project launch xsct with below options.
|
||||
# xsct /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/platform.tcl
|
||||
#
|
||||
# OR launch xsct and run below command.
|
||||
# source /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/platform.tcl
|
||||
#
|
||||
# To create the platform in a different location, modify the -out option of "platform create" command.
|
||||
# -out option specifies the output directory of the platform project.
|
||||
|
||||
platform create -name {top}\
|
||||
-hw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}\
|
||||
-out {/home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis}
|
||||
|
||||
platform write
|
||||
domain create -name {freertos10_xilinx_microblaze_0} -display-name {freertos10_xilinx_microblaze_0} -os {freertos10_xilinx} -proc {microblaze_0} -runtime {cpp} -arch {32-bit} -support-app {freertos_lwip_tcp_perf_server}
|
||||
platform generate -domains
|
||||
platform active {top}
|
||||
platform generate -quick
|
||||
bsp reload
|
||||
bsp config tcp_ip_rx_checksum_offload "true"
|
||||
bsp config tcp_ip_tx_checksum_offload "true"
|
||||
bsp write
|
||||
bsp reload
|
||||
catch {bsp regenerate}
|
||||
platform generate
|
||||
platform active {top}
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate -domains
|
||||
bsp reload
|
||||
bsp reload
|
||||
platform generate -domains
|
||||
platform active {top}
|
||||
bsp reload
|
||||
bsp reload
|
||||
platform active {top}
|
||||
bsp reload
|
||||
bsp config total_heap_size "262140"
|
||||
bsp config total_heap_size "1048576"
|
||||
bsp write
|
||||
bsp reload
|
||||
catch {bsp regenerate}
|
||||
platform generate
|
||||
platform active {top}
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate
|
||||
bsp reload
|
||||
bsp config total_heap_size "1048576"
|
||||
bsp config total_heap_size "2097152"
|
||||
bsp config use_port_optimized_task_selection "true"
|
||||
bsp write
|
||||
bsp reload
|
||||
catch {bsp regenerate}
|
||||
platform generate -domains freertos10_xilinx_microblaze_0
|
||||
platform active {top}
|
||||
bsp reload
|
||||
platform active {top}
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate
|
||||
platform active {top}
|
||||
domain create -name {standalone_microblaze_0} -display-name {standalone_microblaze_0} -os {standalone} -proc {microblaze_0} -runtime {cpp} -arch {32-bit} -support-app {srec_spi_bootloader}
|
||||
platform generate -domains
|
||||
platform write
|
||||
domain active {freertos10_xilinx_microblaze_0}
|
||||
domain active {standalone_microblaze_0}
|
||||
platform generate -quick
|
||||
platform generate -domains standalone_microblaze_0
|
||||
platform generate
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate -domains
|
||||
domain active {freertos10_xilinx_microblaze_0}
|
||||
bsp reload
|
||||
bsp reload
|
||||
platform generate -domains
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate -domains
|
||||
platform active {top}
|
||||
platform config -updatehw {/home/bkiedinger/projects/castelion/radar_alinx_kintex/top.xsa}
|
||||
platform generate -domains
|
||||
Reference in New Issue
Block a user