extending the GTKWave document in test_issuer when microwatt_mmu = True
authorTobias Platen <tplaten@posteo.de>
Mon, 1 Feb 2021 20:07:53 +0000 (21:07 +0100)
committerTobias Platen <tplaten@posteo.de>
Mon, 1 Feb 2021 20:07:53 +0000 (21:07 +0100)
src/soc/simple/test/test_issuer.py

index dc55d1f8291b903d67d4a9881c5785277721f4fa..55da495b3107ac2a851cc86c9945f0bb0fd63c37 100644 (file)
@@ -327,6 +327,13 @@ class TestRunner(FHDLTestCase):
             'core.int.rp_src1.memory(4)[63:0]',
             'core.int.rp_src1.memory(9)[63:0]',
         ]
+
+        if(self.microwatt_mmu):
+            traces += [
+                {'comment': 'microwatt_mmu'},
+                'core.fus.mmu0.alu_mmu0.illegal'
+            ]
+
         write_gtkw("issuer_simulator.gtkw",
                    "issuer_simulator.vcd",
                    traces, module='top.issuer')