OpenSTA logo OpenSTA SCL Reference
END SUBROUTINE Command

END SUBROUTINE Command

This command marks the end of a SUBROUTINE. The only statements that may follow an END SUBROUTINE command are a comment, or a SUBROUTINE command to start a new subroutine

If command execution reaches the END SUBROUTINE command in a subroutine then execution continues at the command after the subroutine CALL. This may be achieved at any point within the subroutine code by using the RETURN command.

Command Definition:

END SUBROUTINE

<<<
prev page
^^^
section start
>>>
next page