gitting project in git
This commit is contained in:
24
vitis/radar_system/_ide/scripts/debugger_radar-default.tcl
Executable file
24
vitis/radar_system/_ide/scripts/debugger_radar-default.tcl
Executable file
@@ -0,0 +1,24 @@
|
||||
# Usage with Vitis IDE:
|
||||
# In Vitis IDE create a Single Application Debug launch configuration,
|
||||
# change the debug type to 'Attach to running target' and provide this
|
||||
# tcl script in 'Execute Script' option.
|
||||
# Path of this script: /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/debugger_radar-default.tcl
|
||||
#
|
||||
#
|
||||
# Usage with xsct:
|
||||
# To debug using xsct, launch xsct and run below command
|
||||
# source /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/debugger_radar-default.tcl
|
||||
#
|
||||
connect -url tcp:127.0.0.1:3121
|
||||
targets -set -filter {jtag_cable_name =~ "Digilent JTAG-HS1 210512180081" && level==0 && jtag_device_ctx=="jsn-JTAG-HS1-210512180081-13822093-0"}
|
||||
fpga -file /home/bkiedinger/projects/castelion/radar_alinx_kintex/radar_alinx_kintex.runs/impl_1/top.bit
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
loadhw -hw /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/export/top/hw/top.xsa -regs
|
||||
configparams mdm-detect-bscan-mask 2
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
rst -system
|
||||
after 3000
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
dow /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar/Debug/radar.elf
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
con
|
||||
21
vitis/radar_system/_ide/scripts/debugger_radar-sw_only.tcl
Executable file
21
vitis/radar_system/_ide/scripts/debugger_radar-sw_only.tcl
Executable file
@@ -0,0 +1,21 @@
|
||||
# Usage with Vitis IDE:
|
||||
# In Vitis IDE create a Single Application Debug launch configuration,
|
||||
# change the debug type to 'Attach to running target' and provide this
|
||||
# tcl script in 'Execute Script' option.
|
||||
# Path of this script: /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/debugger_radar-sw_only.tcl
|
||||
#
|
||||
#
|
||||
# Usage with xsct:
|
||||
# To debug using xsct, launch xsct and run below command
|
||||
# source /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/debugger_radar-sw_only.tcl
|
||||
#
|
||||
connect -url tcp:127.0.0.1:3121
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
loadhw -hw /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/export/top/hw/top.xsa -regs
|
||||
configparams mdm-detect-bscan-mask 2
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
rst -processor
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
dow /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar/Debug/radar.elf
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
con
|
||||
21
vitis/radar_system/_ide/scripts/ibert.tcl
Executable file
21
vitis/radar_system/_ide/scripts/ibert.tcl
Executable file
@@ -0,0 +1,21 @@
|
||||
# Usage with Vitis IDE:
|
||||
# In Vitis IDE create a Single Application Debug launch configuration,
|
||||
# change the debug type to 'Attach to running target' and provide this
|
||||
# tcl script in 'Execute Script' option.
|
||||
# Path of this script: /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/ibert.tcl
|
||||
#
|
||||
#
|
||||
# Usage with xsct:
|
||||
# To debug using xsct, launch xsct and run below command
|
||||
# source /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar_system/_ide/scripts/ibert.tcl
|
||||
#
|
||||
connect -url tcp:127.0.0.1:3121
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
loadhw -hw /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/top/export/top/hw/top.xsa -regs
|
||||
configparams mdm-detect-bscan-mask 2
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
rst -processor
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
dow /home/bkiedinger/projects/castelion/radar_alinx_kintex/vitis/radar/Debug/radar.elf
|
||||
targets -set -nocase -filter {name =~ "*microblaze*#0" && bscan=="USER2" }
|
||||
con
|
||||
Reference in New Issue
Block a user