Unverified Commit 7fac851b authored by Jakob Görgen's avatar Jakob Görgen
Browse files

added current experiment script

parent b470b12c
...@@ -88,7 +88,7 @@ for host_type in host_types: ...@@ -88,7 +88,7 @@ for host_type in host_types:
for nic_type in nic_types: for nic_type in nic_types:
for net_type in net_types: for net_type in net_types:
simulation = sim.Simulation( simulation = sim.Simulation(
"n-" + host_type + "-" + nic_type + "-" + net_type name="n-" + host_type + "-" + nic_type + "-" + net_type, system=sys
) )
# Host # Host
if host_type == "gem5": if host_type == "gem5":
......
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