From e3ebbf0867200bb9934188e6b569136e4e2e2f9e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 3 Dec 2021 14:22:43 +0000 Subject: [PATCH] add link to exceptions in gtkw traces --- src/openpower/test/runner.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/openpower/test/runner.py b/src/openpower/test/runner.py index 550d7eb2..089ac4f7 100644 --- a/src/openpower/test/runner.py +++ b/src/openpower/test/runner.py @@ -387,7 +387,14 @@ class TestRunnerBase(FHDLTestCase): 'core.int.rp_src1.memory(7)[63:0]', 'core.int.rp_src1.memory(9)[63:0]', 'core.int.rp_src1.memory(10)[63:0]', - 'core.int.rp_src1.memory(13)[63:0]' + 'core.int.rp_src1.memory(13)[63:0]', + # Exceptions: see list archive for description of the chain + # http://lists.libre-soc.org/pipermail/libre-soc-dev/2021-December/004220.html + ('exceptions', 'closed', [ + 'exc_happened', + 'pdecode2.exc_happened', + 'core.exc_happened', + 'core.fus.ldst0.exc_o_happened']), ] # PortInterface module path varies depending on MMU option -- 2.30.2