Home
last modified time | relevance | path

Searched refs:WFIPythonEngine (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DWFIPythonEngine.cs18 public class WFIPythonEngine : PythonEngine class
20 public WFIPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in WFIPythonEngine() method in Antmicro.Renode.Hooks.WFIPythonEngine
DCpuHooksExtensions.cs25 var engine = new WFIPythonEngine(m, cpu, pythonScript); in AddHookAtWfiStateChange()