diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-22 11:18:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-22 11:18:20 +0700 |
commit | 8970decff9f6dd0877e845c9af5678770454bbab (patch) | |
tree | cdf732a84ab2b1f737c42dee8f718841e73e7a23 /academic/drawtiming/README | |
parent | 7d6d52860e05bec0426c3e499053c5144704ddf3 (diff) |
academic/drawtiming: Added (tool for drawing timing diagrams).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/drawtiming/README')
-rw-r--r-- | academic/drawtiming/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/drawtiming/README b/academic/drawtiming/README new file mode 100644 index 0000000000000..32f4e261c2993 --- /dev/null +++ b/academic/drawtiming/README @@ -0,0 +1,6 @@ +DrawTiming provides a command line tool for documenting hardware and +software designs through timing diagrams. It reads signal descriptions +from a text file with an intuitive syntax, and outputs a timing diagram +to an image file. Notation typical of timing diagrams found in the +Electrical Engineering discipline is used, including arrows +indicating causal relationships between signal transitions. |