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
fdaa4363
"vscode:/vscode.git/clone" did not exist on "f77cdb014036cc54dc15b869c9037e176ed368cb"
Commit
fdaa4363
authored
May 09, 2023
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 09, 2023
Browse files
experiments/iperf_client_server_pair: add Simics host simulator
parent
5ca26fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
experiments/pyexps/iperf_client_server_pair.py
experiments/pyexps/iperf_client_server_pair.py
+3
-1
No files found.
experiments/pyexps/iperf_client_server_pair.py
View file @
fdaa4363
...
...
@@ -30,7 +30,7 @@ simulator combinations. Client and Server use the same simulators.
from
simbricks.orchestration
import
experiments
as
exp
from
simbricks.orchestration
import
nodeconfig
,
simulator_utils
,
simulators
host_types
=
[
'qemu'
,
'gem5'
]
host_types
=
[
'qemu'
,
'gem5'
,
'simics'
]
nic_types
=
[
'i40e'
,
'e1000'
]
experiments
=
[]
...
...
@@ -61,6 +61,8 @@ for host_type in host_types:
elif
host_type
==
'gem5'
:
HostClass
=
Gem5Timing
e
.
checkpoint
=
True
elif
host_type
==
'simics'
:
HostClass
=
simulators
.
SimicsHost
else
:
raise
NameError
(
host_type
)
...
...
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