From 6afb75bd0b7a041c7547b9cb034864539fc59df9 Mon Sep 17 00:00:00 2001 From: Benjamin Wheeler Date: Sun, 26 Feb 2023 19:13:11 -0500 Subject: [PATCH 1/2] \n at the end of the gui tips for a little spacing --- scripts/run_simulations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_simulations.py b/scripts/run_simulations.py index 2ce171b..76e7bc1 100644 --- a/scripts/run_simulations.py +++ b/scripts/run_simulations.py @@ -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) From 048f26ef6609756b8fe92cb0e897a07b366aae10 Mon Sep 17 00:00:00 2001 From: Benjamin Wheeler Date: Sun, 26 Feb 2023 19:47:52 -0500 Subject: [PATCH 2/2] updated watermark --- lab-testbenches/lab4/clk_gen_true_testbench.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab-testbenches/lab4/clk_gen_true_testbench.vhd b/lab-testbenches/lab4/clk_gen_true_testbench.vhd index 0beb779..92a23c0 100644 --- a/lab-testbenches/lab4/clk_gen_true_testbench.vhd +++ b/lab-testbenches/lab4/clk_gen_true_testbench.vhd @@ -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,