Goto Action - 2024.2 English - UG908

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

Document ID
UG908
Release Date
2024-11-13
Version
2024.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;