projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fff2d1
)
extending the GTKWave document in test_issuer when microwatt_mmu = True
author
Tobias Platen
<tplaten@posteo.de>
Mon, 1 Feb 2021 20:07:53 +0000
(21:07 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Mon, 1 Feb 2021 20:07:53 +0000
(21:07 +0100)
src/soc/simple/test/test_issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/test/test_issuer.py
b/src/soc/simple/test/test_issuer.py
index dc55d1f8291b903d67d4a9881c5785277721f4fa..55da495b3107ac2a851cc86c9945f0bb0fd63c37 100644
(file)
--- a/
src/soc/simple/test/test_issuer.py
+++ b/
src/soc/simple/test/test_issuer.py
@@
-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')