add link to exceptions in gtkw traces
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 14:22:43 +0000 (14:22 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 14:22:43 +0000 (14:22 +0000)
src/openpower/test/runner.py

index 550d7eb21a38f0f5ac73a794dc05343e1900bd44..089ac4f7271b3a5cdad167b4e238c6f85be5429d 100644 (file)
@@ -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