projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363c869
)
Show traces for the register numbers of the current instruction
author
Cesar Strauss
<cestrauss@gmail.com>
Sun, 14 Feb 2021 22:49:02 +0000
(19:49 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Sun, 14 Feb 2021 22:50:25 +0000
(19:50 -0300)
Will make it easier to follow the vector loop, when it begins to increment
them.
src/soc/simple/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/test/test_runner.py
b/src/soc/simple/test/test_runner.py
index 7bcaa1ab4bfa428853864bf200a6305e0d2ae0f0..add184fb66b27a71c5b6b1630ce6f411864f5ceb 100644
(file)
--- a/
src/soc/simple/test/test_runner.py
+++ b/
src/soc/simple/test/test_runner.py
@@
-312,7
+312,9
@@
class TestRunner(FHDLTestCase):
'cia[63:0]', 'nia[63:0]', 'pc[63:0]', 'raw_insn_i[31:0]',
'raw_opcode_in[31:0]', 'insn_type',
{'comment': 'issue and execute'},
- 'core.core_core_insn_type', 'issue_i', 'busy_o',
+ 'core.core_core_insn_type',
+ 'core_reg1[6:0]', 'core_reg2[6:0]', 'core_rego[6:0]',
+ 'issue_i', 'busy_o',
{'comment': 'dmi'},
'dbg.dmi_req_i', 'dbg.dmi_ack_o',
{'comment': 'instruction memory'},
@@
-340,4
+342,3
@@
class TestRunner(FHDLTestCase):
sim.add_sync_process(process)
with sim.write_vcd("issuer_simulator.vcd"):
sim.run()
-