From 5c802ec8ada050a532d32c6d41d6f23fc2f785b2 Mon Sep 17 00:00:00 2001 From: Benjamin Wheeler <34549440+benjamin051000@users.noreply.github.com> Date: Fri, 10 Mar 2023 22:14:04 -0500 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 17287ad..1456b36 100644 --- a/README.md +++ b/README.md @@ -98,17 +98,17 @@ This can be useful if you want to maintain multiple labs' worth of submissions. After running a command to start the grader, the program will print the students it was able to find in the `submissions.zip` file. Then, ModelSim will begin running, and a prompt will appear: - -> ---------------------------------------- -> (1/9) Student name -> - Press return to move to next student -> - Press r to rerun simulation -> - Press g to rerun simulation in the ModelSim GUI -> - Press n to skip this student -> - Press q to quit -> ---------------------------------------- -> > - +``` +---------------------------------------- +(1/9) Student name +- Press return to move to next student +- Press r to rerun simulation +- Press g to rerun simulation in the ModelSim GUI +- Press n to skip this student +- Press q to quit +---------------------------------------- +> +``` Pressing return will either run the simulation for the first time, or move to the next student. If multiple testbenches are used to grade a particular lab, the simulator will ask the user to press `Enter` to continue on to the next testbench.