diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-25 15:43:52 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-25 16:32:11 +0100 |
commit | 8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4 (patch) | |
tree | 451974c69170e1d3b7348b89b7336157190f8cf2 /testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl | |
parent | f276ac42e251190c4f6cb2bbc4b488923f328551 (diff) | |
download | ghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.tar.gz ghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.tar.bz2 ghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.zip |
Added one-line code documentations.
Diffstat (limited to 'testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl')
-rw-r--r-- | testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl b/testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl index 3bcafdd6d..1a40718aa 100644 --- a/testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl +++ b/testsuite/pyunit/dom/examples/StopWatch/StopWatch.pkg.vhdl @@ -7,7 +7,7 @@ library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; - +-- Package with stop watch specific types. package StopWatch_pkg is subtype T_BCD is unsigned(3 downto 0); type T_BCD_Vector is array(natural range <>) of T_BCD; |