Tool/software:
I am using no operation function to create 10 clock cycles delay in my cla code as asm(" RPT#10 || NOP") but the delay is not creating. I am getting zero clock cycles delay. My clock frequency is 200MHz.If I use same delay function in cpu code I am getting delay as expected.