* Question
What are the main differences between timing analysis and state analysis? |
* Answer
The main difference between timing analysis and state analysis is that the timing analysis is controlled by the internal clock control, and the sampling and the system under test are asynchronous; the state analysis is controlled by the clock of the system under test, and the sampling is synchronized with the system under test.Use timing analysis to see when the event “when” occurred, and use state analysis to check for what happened. |
COMMENTS