"...composable_kernel-1.git" did not exist on "1f543bfa79de0687f9b6144b5dea10f4190c8892"
Commit f067aa30 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Hejing Li
Browse files

WIP orchestration: add init_network method to NetSim

this allows this to be called on all networks for mixed experiments.
parent 5fccfd87
...@@ -236,6 +236,9 @@ class NetSim(Simulator): ...@@ -236,6 +236,9 @@ class NetSim(Simulator):
def wait_terminate(self) -> Bool: def wait_terminate(self) -> Bool:
return self.wait return self.wait
def init_network(self) -> None:
pass
# FIXME: Class hierarchy is broken here as an ugly hack # FIXME: Class hierarchy is broken here as an ugly hack
class MemDevSim(NICSim): class MemDevSim(NICSim):
......
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