Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1992 var warning = EnterTag(NonExistingRead, address, out tagged, out defaultValue); in ReportNonExistingRead()
2259 private const string NonExistingRead = "Read{1} from non existing peripheral at 0x{0:X}."; field in Antmicro.Renode.Peripherals.Bus.SystemBus