This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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?