"vscode:/vscode.git/clone" did not exist on "eb898ad6cac26fecfcd024ccbe863d655f1dfd48"
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:
for nic_type in nic_types:
for net_type in net_types:
simulation = sim.Simulation(
"n-" + host_type + "-" + nic_type + "-" + net_type
name="n-" + host_type + "-" + nic_type + "-" + net_type, system=sys
)
# Host
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