projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d769507
)
dcbz and tlbie first test, still incomplete
author
Tobias Platen
<tplaten@posteo.de>
Wed, 11 Nov 2020 18:51:41 +0000
(19:51 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 11 Nov 2020 18:51:41 +0000
(19:51 +0100)
src/soc/fu/mmu/test/test_pipe_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/mmu/test/test_pipe_caller.py
b/src/soc/fu/mmu/test/test_pipe_caller.py
index 2290597f6ce5c525b6f847371f97cea68ca43b90..373cd658becd4a9cb41876203686b11536b7f7dc 100644
(file)
--- a/
src/soc/fu/mmu/test/test_pipe_caller.py
+++ b/
src/soc/fu/mmu/test/test_pipe_caller.py
@@
-85,8
+85,8
@@
class MMUTestCase(TestAccumulatorBase):
#"mfspr 27, 4", # SRR1
#next two need to be added to the simulator
- #"dcbz 5,6" # Data Cache Block set to Zero - RA,RB
- #"tlbie 1,1,1,1,1"
+ #"dcbz 5,6" # Data Cache Block set to Zero - RA,RB
(hangs)
+ "tlbie 1,1,1,1,1" #does not hang -- not verified yet
]
initial_regs = [0] * 32