Show how to change the color of a trace
authorCesar_Strauss <Cesar_Strauss@web>
Sun, 6 Sep 2020 22:12:55 +0000 (23:12 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 6 Sep 2020 22:12:55 +0000 (23:12 +0100)
Documentation/gtkwave_tutorial.mdwn

index b127ee9b2166edad7f00343d9c23d6b160c2a9be..2eb679b864cf682ebff17180872dd978417a6ff2 100644 (file)
@@ -81,6 +81,19 @@ do: ``echo splash_disable 1 >> ~/.gtkwaverc``
 5. If you modify the document manually, better to save it with another
 name
 
+## Adding color
+
+Go back to the trace list and replace the ``'op__sdir'`` string with:
+
+    ('op__sdir', {'color': 'orange'})
+
+Recreate the document (you can change the file name):
+
+    write_gtkw("color.gtkw", "test_shifter.vcd", traces, module='top.shf')
+
+If you now run ``gtkwave color.gtkw``, you will see that ``op__sdir``
+has the new color.
+
 # New signals at simulation time
 
 At simulation time, you can declare a new signal, and use it inside