Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs222 .WithFlag(1, out badInstructionAddressError, name: "bad_insn_addr") in DefineRegisters()
245 badInstructionAddressError.Value = false; in DefineRegisters()
357 badInstructionAddressError.Value = true; in Execute()
407 private IFlagRegisterField badInstructionAddressError; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_BigNumberAccelerator