From 017cbf4f138016a87dd561549aac016e665eec06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 2 Sep 2023 16:25:26 +0200 Subject: [PATCH] chore: fix typos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e09c5c..f5ffbfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gktwave TCL generator +# Gtkwave TCL generator This is a simple generator of tcl files that may be used along with gtkwave. The generator generates tcl according to a testbench file, with rules that may be specified inside of comments. @@ -40,7 +40,6 @@ Options: | color | normal, red, orange, yellow, green, blue, indigo, violet, cycle | Sets the color of the signal. | | format | hex, decimal signed decimal, binary | Sets the display format. | | add signal | path to the signal | Adds the given signal, use dot notation. Separate options with comma | -|------------|-----------------------------------------------------------------|----------------------------------------------------------------------| # Example usage -- 2.48.1