Skip to content

Commit

Permalink
Merge pull request #57 from ARC-Lab-UF/dev
Browse files Browse the repository at this point in the history
lab4 watermark
  • Loading branch information
benjamin051000 authored Feb 27, 2023
2 parents 9bcb010 + 048f26e commit b13219b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lab-testbenches/lab4/clk_gen_true_testbench.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ begin -- TB

U_CLK_GEN : entity work.clk_gen
generic map (
ms_period => MS_PERIOD)
milliseconds => MS_PERIOD)
port map (
clk50MHz => clk50MHz,
rst => rst,
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run_simulations(students: List[StudentData]) -> None:
gui = True
print("Notes about the GUI:")
print('- If prompted with "A project of this name already exists. Do you want to overwrite it?", select "Yes".')
print('- To spend more time in the GUI, select "No" when prompted to quit. The grader will continue to new students whenever you choose to quit the GUI.')
print('- To spend more time in the GUI, select "No" when prompted to quit. The grader will continue to new students whenever you choose to quit the GUI.\n')

# Create the command to run modelsim
# Run modelsim (-l "" disables ModelSim logging)
Expand Down

0 comments on commit b13219b

Please sign in to comment.