Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs826ThrowException($"{Width}-bit signal in a {addressWidth}-bit unit shouldn't be set from 0x{address:… in SetFromAddress()
857ThrowException($"Can't convert {valueWidth}-bit signal from or to {addressWidth}-bit address"); in AssertAddressWidth()
865 ThrowException($"Tried to set {Width}-bit signal to 0x{value:X}"); in SetValue()
870 private void ThrowException(string message) in ThrowException() method in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit.TEnum