Goto Action - 2021.2 English

Vivado Design Suite User Guide: Programming and Debugging

Document ID
UG908
Release Date
2021-10-22
Version
2021.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;