Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
cc179404
Commit
cc179404
authored
Sep 22, 2022
by
Hejing Li
Browse files
basicmem.py: add devmem read operation
parent
5d2de81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
experiments/pyexps/basicmem.py
experiments/pyexps/basicmem.py
+2
-1
No files found.
experiments/pyexps/basicmem.py
View file @
cc179404
...
...
@@ -32,7 +32,8 @@ class MemTest(node.AppConfig):
def
run_cmds
(
self
,
node
):
return
[
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64 0x42'
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64 0x42'
,
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment