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
447d6613
Commit
447d6613
authored
Sep 01, 2021
by
Antoine Kaufmann
Browse files
experiments: lower qemu frequency to 4GHz
As described in paper
parent
02dce731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
experiments/simbricks/simulators.py
experiments/simbricks/simulators.py
+1
-0
No files found.
experiments/simbricks/simulators.py
View file @
447d6613
...
@@ -177,6 +177,7 @@ class NetSim(Simulator):
...
@@ -177,6 +177,7 @@ class NetSim(Simulator):
class
QemuHost
(
HostSim
):
class
QemuHost
(
HostSim
):
sync
=
False
sync
=
False
cpu_freq
=
'4GHz'
def
__init__
(
self
):
def
__init__
(
self
):
super
().
__init__
()
super
().
__init__
()
...
...
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