Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVCpuHooksExtensions.cs30 var engine = new RiscVInstructionPythonEngine(cpu, pattern, script: pythonScript); in InstallCustomInstructionHandlerFromString()
36 var engine = new RiscVInstructionPythonEngine(cpu, pattern, path: path); in InstallCustomInstructionHandlerFromFile()
DRiscVInstructionPythonEngine.cs21 public sealed class RiscVInstructionPythonEngine : PythonEngine class
23 …public RiscVInstructionPythonEngine(BaseRiscV cpu, string pattern, string script = null, OptionalR… in RiscVInstructionPythonEngine() method in Antmicro.Renode.Hooks.RiscVInstructionPythonEngine