"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "389e84a83b1cc3a0ebfe20f7932ab1928f93bad1"
Commit 447d6613 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: lower qemu frequency to 4GHz

As described in paper
parent 02dce731
...@@ -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__()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment