VHDP LanguageSequential OperationsStepOn this pageStepDefinitionStep executes the operations inside in a separate cycle. Thread will automatically put a Step around signal assignments, but Step is needed to wait one cycle between the assignments.ExamplesThread { Length <= 100; En <= '1'; Step { En <= '0'; } }