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
700e1336
Commit
700e1336
authored
May 08, 2023
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 09, 2023
Browse files
experiments/basicmem: do two write operations instead of one
parent
32c6f2aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
experiments/pyexps/basicmem.py
experiments/pyexps/basicmem.py
+3
-1
No files found.
experiments/pyexps/basicmem.py
View file @
700e1336
...
...
@@ -34,7 +34,9 @@ class MemTest(nodec.AppConfig):
def
run_cmds
(
self
,
node
):
return
[
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64 0x42'
,
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64 0x1234567834567890'
,
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64'
,
f
'busybox devmem 0x
{
self
.
addr
:
x
}
64 0x9876543276543210'
,
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