aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/examples/StopWatch/StopWatch.ctx.vhdl
blob: dc89d5b3bfe25adb882347ae8a3abab24a738dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Author:  Patrick Lehmann
-- License: MIT
--
-- undocumented
--
context StopWatch_ctx is
	library lib_Utilities;
	context lib_Utilities.Utilities_ctx;

	use work.StopWatch_pkg.all;
end context;