Searched refs:WFIPythonEngine (Results 1 – 2 of 2) sorted by relevance
18 public class WFIPythonEngine : PythonEngine class20 public WFIPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in WFIPythonEngine() method in Antmicro.Renode.Hooks.WFIPythonEngine
25 var engine = new WFIPythonEngine(m, cpu, pythonScript); in AddHookAtWfiStateChange()