aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-25 15:43:52 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-25 16:32:11 +0100
commit8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4 (patch)
tree451974c69170e1d3b7348b89b7336157190f8cf2 /testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl
parentf276ac42e251190c4f6cb2bbc4b488923f328551 (diff)
downloadghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.tar.gz
ghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.tar.bz2
ghdl-8e1b0568057bbe6d81d68aa47b9b6fc42bdb2de4.zip
Added one-line code documentations.
Diffstat (limited to 'testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl')
-rw-r--r--testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl b/testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl
index 7775a6eb6..58294b67f 100644
--- a/testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl
+++ b/testsuite/pyunit/dom/examples/StopWatch/toplevel.Encoder.vhdl
@@ -11,6 +11,7 @@ use work.Utilities.all;
use work.StopWatch_pkg.all;
+-- Toplevel module to demonstrate the translation of 4 slide-switches to 1 digit 7-segment display.
entity toplevel is
port (
NexysA7_GPIO_Switch : in std_logic_vector(3 downto 0);