From: Andrey Miroshnikov Date: Tue, 15 Feb 2022 11:39:03 +0000 (+0000) Subject: Fixed shift input signal name and added note about color properties X-Git-Tag: opf_rfc_ls005_v1~3202 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=226eeeb1c26d93f60b06f45d0fdfcd3fde77d05d;p=libreriscv.git Fixed shift input signal name and added note about color properties --- diff --git a/docs/gtkwave_tutorial.mdwn b/docs/gtkwave_tutorial.mdwn index e2a929631..d2832e378 100644 --- a/docs/gtkwave_tutorial.mdwn +++ b/docs/gtkwave_tutorial.mdwn @@ -50,7 +50,7 @@ For example: traces = [ 'clk', # prev port - 'op__sdir', 'p_i_data[7:0]', 'p_shift_i[7:0]', 'p_i_valid', 'p_o_ready', + 'op__sdir', 'p_i_data[7:0]', 'p_i_shift[7:0]', 'p_i_valid', 'p_o_ready', # internal signals 'fsm_state', 'count[3:0]', 'shift_reg[7:0]', # next port @@ -77,7 +77,7 @@ Notice: 1. No need to press the "zoom to fit" button. The default zoom level is adequate for a 1 MHz clock. 2. If you made a mistake, there will be no warning. The trace will -simply not appear +simply not appear (*the properties of the dropped trace will be given to the next signal, be careful*) 3. The reload button will only reload the VCD file, not the GTKW document. If you regenerate the document, you need to close and open a new tab, or exit GTKWave and run again: ``gtkwave simple.gtkw`` 4. If you feel tired of seeing the GTKWave splash window every time, @@ -134,7 +134,7 @@ Let's add more color: # prev port ('op__sdir', 'in'), ('p_i_data[7:0]', 'in'), - ('p_shift_i[7:0]', 'in'), + ('p_i_shift[7:0]', 'in'), ('p_i_valid', 'in'), ('p_o_ready', 'out'), # internal signals