From: Cesar Strauss Date: Tue, 9 Mar 2021 10:57:41 +0000 (-0300) Subject: Add some extra debug traces to the GTKWave document X-Git-Tag: convert-csv-opcode-to-binary~80 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4537357542f7fc088d8f1eaafc15528a3c3175d2;p=soc.git Add some extra debug traces to the GTKWave document --- diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 957cd080..48c1b6d4 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -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', [