05-01-2018 09:04 AM
Hello,
I am looking to automate the configuration of SDK C projects, BSP, and HDFs, and I know the exact steps to use to configure everything in the GUI.
Is there a way to display the equivalent TCL commands that I can use to automate this process? My end goal is to only have a handful of C source files that will be pulled in during each automated build.
Thanks!
05-01-2018 09:36 AM
No, there is no great way to display the commands. You can try enable the trace in the window -> preferences -> xilinx SDK -> log information.
There is a SDK batch commands, you can find this in the SDK help. There is also an AR here:
https://www.xilinx.com/support/answers/66629.html
05-01-2018 09:36 AM
No, there is no great way to display the commands. You can try enable the trace in the window -> preferences -> xilinx SDK -> log information.
There is a SDK batch commands, you can find this in the SDK help. There is also an AR here:
https://www.xilinx.com/support/answers/66629.html
05-01-2018 10:00 AM