![Revanth_Itte_0-1739097766545.png Revanth_Itte_0-1739097766545.png](/t5/image/serverpage/image-id/139843iD3954AE4566D50C0/image-size/medium?v=v2&px=400)
We were trying to implement the above code on the RFSoC 4x2 board using Vivado 2024.2 . We were successfully able to generate the bitstream with the below constraints file(.xdc) :
![Revanth_Itte_1-1739097865948.png Revanth_Itte_1-1739097865948.png](/t5/image/serverpage/image-id/139844i05425447FE18C2B1/image-size/medium?v=v2&px=400)
The bitstream is dumped into the board using JTAG/UART port. The code initially when reset is pre-applied(while programming the device) the LEDs were set to initial state as expected but the LEDs were not shifting as per the program is intended to do. Even if the reset is activated once the dumping is done, it's in vain. So it appears to us that we were not getting the 'clk' signal from board or it is stuck to some value(no transitions). We mapped the 'clk' signal to the following IO pins (in the .xdc file):
![Revanth_Itte_2-1739098045569.png Revanth_Itte_2-1739098045569.png](/t5/image/serverpage/image-id/139845iBD8D7D6B4F97E2C2/image-size/medium?v=v2&px=400)
But none of them were successful.
Please suggest how to get the clk signal for the program or configure the clk. The board pic is attached for reference after the bitstream is dumped(with pre-applied reset).
![Revanth_Itte_3-1739098252588.jpeg Revanth_Itte_3-1739098252588.jpeg](/t5/image/serverpage/image-id/139847i185D5083F2E0E4D9/image-size/medium?v=v2&px=400)