aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl')
-rw-r--r--testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl b/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl
index e6551cffd..050682098 100644
--- a/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl
+++ b/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl
@@ -1,12 +1,12 @@
-- Author: Patrick Lehmann
-- License: MIT
--
--- A generic counter module used in the StopWatch example.
+-- undocumented
--
-context StopWatch_ctx is
+context Utilities_ctx is
library IEEE;
use IEEE.std_logic_1164.all,
IEEE.numeric_std.all;
- use work.StopWatch_pkg.all;
+ use work.Utilities_pkg.all;
end context;