Add some extra debug traces to the GTKWave document
authorCesar Strauss <cestrauss@gmail.com>
Tue, 9 Mar 2021 10:57:41 +0000 (07:57 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Tue, 9 Mar 2021 10:57:41 +0000 (07:57 -0300)
src/soc/simple/test/test_runner.py

index 957cd080b4c92d6b7e6a7c042b6b49cfba5e7850..48c1b6d4968869b3e4a46365938d0bb75c85dbbb 100644 (file)
@@ -338,8 +338,13 @@ class TestRunner(FHDLTestCase):
             'exec_insn_valid_i', 'exec_insn_ready_o',
             'exec_fsm_state',
             'exec_pc_valid_o', 'exec_pc_ready_i',
+            'insn_done', 'core_stop_o', 'pc_i_ok', 'pc_changed',
+            'is_last', 'dec2.no_out_vec',
             {'comment': 'fetch and decode'},
-            'cia[63:0]', 'nia[63:0]', 'pc[63:0]', 'raw_insn_i[31:0]',
+            (None, 'dec', [
+                'cia[63:0]', 'nia[63:0]', 'pc[63:0]',
+                'cur_pc[63:0]', 'core_core_cia[63:0]']),
+            'raw_insn_i[31:0]',
             'raw_opcode_in[31:0]', 'insn_type',
             {'comment': 'svp64 decoding'},
             'svp64_rm[23:0]',
@@ -366,7 +371,8 @@ class TestRunner(FHDLTestCase):
             ]),
             {'comment': 'svp64 context'},
             'core_core_vl[6:0]', 'core_core_maxvl[6:0]',
-            'core_core_srcstep[6:0]', 'core_core_dststep[6:0]',
+            'core_core_srcstep[6:0]', 'next_srcstep[6:0]',
+            'core_core_dststep[6:0]',
             {'comment': 'issue and execute'},
             'core.core_core_insn_type',
             (None, 'dec', [