From a525cd1f73760041f2d8c3dcc4f4e09eb024cff7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 27 Dec 2022 22:44:03 +0100 Subject: Fixed context and package names and their references in VHDL example code. --- testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl') diff --git a/testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl b/testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl index ea66f7597..dc89d5b3b 100644 --- a/testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl +++ b/testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl @@ -5,7 +5,7 @@ -- context StopWatch_ctx is library lib_Utilities; - context lib_Utilities.Utilities_pkg; + context lib_Utilities.Utilities_ctx; use work.StopWatch_pkg.all; end context; -- cgit v1.2.3