added comment sign to the test cases help text

This commit is contained in:
hneemann 2016-11-03 19:51:34 +01:00
parent dc1ef1440c
commit e73114e203
2 changed files with 2 additions and 0 deletions

View File

@ -479,6 +479,7 @@ Dabei steht ein 'X' für Don't Care, und ein 'Z' für hochohmig.
Wird der Wert 'C' verwendet, werden zunächst alle anderen Werte gesetzt, dann wird ein
Taktzyklus durchgeführt, und erst daran anschließend werden die Werte verglichen.
Auf diese Weise können Schaltwerke einfacher getestet werden.
Eine Zeile, die mit einem Doppelkreuz ('#') beginnt ist ein Kommentar.
Ein Test für einen 2-Bit Zähler könnte damit wie folgt aussehen:

View File

@ -481,6 +481,7 @@ The following lines contain the expected values.
A 'X' represents a don't care, and a 'Z' represents a high Z value.
If a 'C' is used, at first all other values are set, after that a clock cycle is performed and than the
values are compared. So it's easier to test sequential logic.
A line which starts with a number sign ('#') is a comment.
So a test for a 2-bit counter could look like this: