Hi shiven,
This part is not clear to me I want to see the program written in processor. On board you have PS (processor)
and PL (FPGA). Processor on Zynq is hard core, not soft core like microblaze or nios. So when you are programming chip with bitstream, you are programming just PL (FPGA), not processor (so your program, or how you call it, it is not program, is programming FPGA). On processor you can run real programs, written in C for example (bare metal applications). To see what are results of execution on processor you can use what I suggested to you. With this you will see results of execution. But again first program FPGA with bitstream from Vivado, then open SDK and program processor. Set those setting above to see what are results of execution. Again if I did not understand you, you may ask again, but please be more precise.