From 8cc85af3f5a1c7c62da520bf932e3b91079d92a5 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Wed, 17 Feb 2021 13:53:58 -0300 Subject: [PATCH] Add the SVSTATE traces to GTKWave to allow debugging the SV loop --- src/soc/simple/test/test_runner.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/soc/simple/test/test_runner.py b/src/soc/simple/test/test_runner.py index 3e22a8a0..1eeed8f3 100644 --- a/src/soc/simple/test/test_runner.py +++ b/src/soc/simple/test/test_runner.py @@ -346,6 +346,9 @@ class TestRunner(FHDLTestCase): {'comment': 'SVP64 registers'}, 'dec2.rego[6:0]', 'dec2.reg1[6:0]', 'dec2.reg2[6:0]' ]), + {'comment': 'svp64 context'}, + 'core_core_vl[6:0]', 'core_core_maxvl[6:0]', + 'core_core_srcstep[6:0]', 'core_core_dststep[6:0]', {'comment': 'issue and execute'}, 'core.core_core_insn_type', (None, 'dec', [ -- 2.30.2