aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/examples/StopWatch/Utilities.ctx.vhdl
blob: 050682098da3115ff42386992f2e0b461dfea0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- Author:  Patrick Lehmann
-- License: MIT
--
-- undocumented
--
context Utilities_ctx is
	library IEEE;
	use     IEEE.std_logic_1164.all,
	        IEEE.numeric_std.all;

	use work.Utilities_pkg.all;
end context;