Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs32 CoreError LastError { get; } property
350 switch((CoreError)core.LastError) in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs139 public CoreError LastError { get; private set; } property in Antmicro.Renode.Peripherals.CPU.OpenTitan_BigNumberAcceleratorCore
278 LastError = error; in ThrowError()
348 LastError = CoreError.None; in ExecuteInstructions()
361 if(LastError != CoreError.None) in ExecuteInstructions()