In addition to the standard Verilog commands, there are also several vlogcmd specific commands that can be used to control the simulation:
•To continue the simulation, type the period (.) character.
•To step to the next statement in the code, type the semicolon (;) character.
•To step-and-trace to step to the next statement in the code and generate a trace message in the verilog.log file type the comma (,) character.
•To display the current code line execution, type the colon (:) character.
•To terminate the simulation, type the $finish; command, or press <Ctrl>+C.