Skip to content

Commit

Permalink
Merge pull request #67 from ARC-Lab-UF/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
benjamin051000 authored Mar 11, 2023
2 parents 204b717 + 5c802ec commit 38f2524
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> ----------------------------------------
> > <type your response here>
```
----------------------------------------
(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
----------------------------------------
> <type your response here>
```
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.
Expand Down

0 comments on commit 38f2524

Please sign in to comment.