This function performs step execution of DFA-IP. [RH850][E2/IE850A]
[Specification format]
debugger.DFA.Step(clock = 1)
|
[Argument(s)]
|
|
|
|
clock
|
Specify the number of steps (1 to 3) (default: 1).
|
[Return value]
None
[Detailed description]
- | This function executes the DFA-IP in the specified number of clock steps. |
[Example of use]
>>>debugger.DFA.Step(1)
>>>
|