Commit d443e732 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

fix wirenet not connecting to second socket

parent f5c20c8b
......@@ -487,7 +487,7 @@ class WireNet(NetSim):
assert len(connects) == 2
cmd = (
f'{env.repodir}/sims/net/wire/net_wire {connects[0][1]}'
f' connects[1][1] {self.sync_mode} {self.sync_period}'
f' {connects[1][1]} {self.sync_mode} {self.sync_period}'
f' {self.eth_latency}'
)
if len(env.pcap_file) > 0:
......
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