Migrate to Vitis2023.2 version
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "tcf-debug",
|
||||
"request": "launch",
|
||||
"name": "test_app_app_hw_1",
|
||||
"debugType": "baremetal-zynq",
|
||||
"attachToRunningTargetOptions": {
|
||||
"targetSetupMode": "standalone",
|
||||
"executeScript": true,
|
||||
"scriptPath": ""
|
||||
},
|
||||
"autoAttachProcessChildren": false,
|
||||
"target": {
|
||||
"targetConnectionId": "Local",
|
||||
"peersIniPath": "../../../.peers.ini",
|
||||
"context": "zynq"
|
||||
},
|
||||
"targetSetup": {
|
||||
"resetSystem": true,
|
||||
"programDevice": true,
|
||||
"resetAPU": false,
|
||||
"bitstreamFile": "${workspaceFolder}/test_app/_ide/bitstream/system_wrapper.bit",
|
||||
"zynqInitialization": {
|
||||
"isFsbl": false,
|
||||
"usingFSBL": {
|
||||
"initWithFSBL": true,
|
||||
"fsblFile": "${workspaceFolder}/NewInstrCalBoard_bsp/export/NewInstrCalBoard_bsp/sw/boot/fsbl.elf",
|
||||
"fsblExitSymbol": "FsblHandoffJtagExit"
|
||||
},
|
||||
"usingPs7Init": {
|
||||
"runPs7Init": true,
|
||||
"runPs7PostInit": true,
|
||||
"ps7InitTclFile": "${workspaceFolder}/test_app/_ide/psinit/ps7_init.tcl"
|
||||
}
|
||||
},
|
||||
"downloadElf": [
|
||||
{
|
||||
"core": "ps7_cortexa9_0",
|
||||
"resetProcessor": true,
|
||||
"elfFile": "${workspaceFolder}/test_app/build/test_app.elf",
|
||||
"stopAtEntry": false
|
||||
}
|
||||
],
|
||||
"crossTriggerBreakpoints": {
|
||||
"isSelected": false,
|
||||
"breakpoints": []
|
||||
}
|
||||
},
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1536657578
|
||||
Reference in New Issue
Block a user