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
5d2de81f
Commit
5d2de81f
authored
Sep 22, 2022
by
Hejing Li
Browse files
simulators: update basicmem input arguments
parent
b8b3ea06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
experiments/simbricks/orchestration/simulators.py
experiments/simbricks/orchestration/simulators.py
+1
-0
No files found.
experiments/simbricks/orchestration/simulators.py
View file @
5d2de81f
...
...
@@ -693,6 +693,7 @@ class BasicMemDev(MemDevSim):
def
run_cmd
(
self
,
env
):
cmd
=
(
f
'
{
env
.
repodir
}
/sims/mem/basicmem/basicmem'
f
'
{
self
.
size
}
{
self
.
addr
}
{
self
.
as_id
}
'
f
'
{
env
.
dev_mem_path
(
self
)
}
{
env
.
dev_shm_path
(
self
)
}
'
f
'
{
self
.
sync_mode
}
{
self
.
start_tick
}
{
self
.
sync_period
}
'
f
'
{
self
.
mem_latency
}
'
...
...
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