Skip to content

Commit

Permalink
Typofix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Marquardt committed Feb 12, 2016
1 parent 5da2da4 commit 2a110eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ begin
-- directories through the runner_cfg generic (<root>/vunit_out/tests/<test case
-- name>). When not using run_uvvm.py the default path is the current directory
-- (<root>/vunit_out/<simulator>). These directories are used by VUnit
-- itself and these lines make sure that UVVM do to.
-- itself and these lines make sure that UVVM do too.
set_log_file_name(join(output_path(runner_cfg), "_Log.txt"));
set_alert_file_name(join(output_path(runner_cfg), "_Alert.txt"));

Expand Down Expand Up @@ -167,7 +167,7 @@ end;
-- Because of this the VUnit warning, error, and failure procedures aren't
-- normally found in a testbench.
--
-- UVVM handles this differently, the error call above is a convinience procedure
-- UVVM handles this differently, the error call above is a convenience procedure
-- for UVVM's unconditional check
--
-- alert(ERROR, "Something is wrong");
Expand Down

0 comments on commit 2a110eb

Please sign in to comment.