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
1f912f9d
Commit
1f912f9d
authored
Sep 12, 2021
by
Antoine Kaufmann
Browse files
experiments: fix multinic with gem5
parent
5009055e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
experiments/simbricks/simulators.py
experiments/simbricks/simulators.py
+3
-1
No files found.
experiments/simbricks/simulators.py
View file @
1f912f9d
...
...
@@ -303,7 +303,9 @@ class Gem5Host(HostSim):
cmd
+=
f
'--simbricks-sync_mode=
{
self
.
sync_mode
}
'
cmd
+=
f
'--simbricks-pci-lat=
{
self
.
pci_latency
}
'
cmd
+=
f
'--simbricks-sync-int=
{
self
.
sync_period
}
'
if
isinstance
(
nic
,
I40eNIC
):
if
isinstance
(
nic
,
I40eNIC
)
or
\
(
isinstance
(
nic
,
MultiSubNIC
)
and
\
isinstance
(
nic
.
multinic
,
I40eMultiNIC
)):
cmd
+=
'--simbricks-type=i40e '
return
cmd
...
...
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