Get clock cycle number from debugger

I am setting up an automated testing program and I have data sets of the expected memory values for specific times given in terms of clock cycles. In other words, I would like to set a breakpoint for various times (Tclk), at which the testing script will read the relevant data memory location to be compared with the expected value. Is there a way to easily acquire the current clock cycle number from the debugger?

Parents Reply Children
More questions in this forum