Goto Action - 2020.2 English

Vivado Design Suite User Guide: Programming and Debugging (UG908)

Document ID
UG908
Release Date
2020-12-07
Version
2020.2 English

The goto action is used to transition between states. Here is an example of using the goto action to transition from one state to another before triggering:

  state my_state_0:
    goto my_state_1;
  state my_state_1:
    trigger;