mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 11:55:15 -04:00
added comment sign to the test cases help text
This commit is contained in:
parent
dc1ef1440c
commit
e73114e203
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user