diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-27 22:44:03 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-27 22:44:03 +0100 |
commit | a525cd1f73760041f2d8c3dcc4f4e09eb024cff7 (patch) | |
tree | 66ae7b8deb5a30d15609e9aeb47a725ef2d4f95a /testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl | |
parent | 6ac6c1933ecf06ee908ac4e0f0ad27d532ba7d88 (diff) | |
download | ghdl-a525cd1f73760041f2d8c3dcc4f4e09eb024cff7.tar.gz ghdl-a525cd1f73760041f2d8c3dcc4f4e09eb024cff7.tar.bz2 ghdl-a525cd1f73760041f2d8c3dcc4f4e09eb024cff7.zip |
Fixed context and package names and their references in VHDL example code.
Diffstat (limited to 'testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl')
-rw-r--r-- | testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl b/testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl index 3ef284b98..b26a0fa09 100644 --- a/testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl +++ b/testsuite/pyunit/dom/examples/StopWatch/Counter.vhdl @@ -7,7 +7,7 @@ library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; -use work.Utilities.all; +use work.Utilities_pkg.all; entity Counter is |