Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/unit-tests/
Dit-status.robot364 ${r1}= Execute Command sysbus ReadByte 0x20000000
365 ${r2}= Execute Command sysbus ReadByte 0x20000004
366 ${r3}= Execute Command sysbus ReadByte 0x20000008
367 ${r4}= Execute Command sysbus ReadByte 0x2000000C
373 ${r1}= Execute Command sysbus ReadByte 0x20000010
374 ${r2}= Execute Command sysbus ReadByte 0x20000014
375 ${r3}= Execute Command sysbus ReadByte 0x20000018
376 ${r4}= Execute Command sysbus ReadByte 0x2000001C
382 ${r1}= Execute Command sysbus ReadByte 0x20000020
383 ${r2}= Execute Command sysbus ReadByte 0x20000024
[all …]
Dsysbus.robot498 …${log}= Set Variable peripheral: ReadByte from 0x0 (unknown), returned 0x…
504 Execute Command sysbus ReadByte 0x0
508 Execute Command sysbus ReadByte 0x0
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs86 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
88 return systemCPeripheral.ReadByte(offset); in ReadByte()
DSystemCPeripheral.cs308 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral
614 … payload = (ulong)sysbus.ReadByte(message.Address, context: icpu); in BackwardConnectionLoop()
/Renode-v1.15.3-c57714d/tests/platforms/systemc/test-synchronization/
DExecuteInLockPeripheral.cs19 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.Test.ExecuteInLockPeripheral
/Renode-v1.15.3-c57714d/scripts/single-node/
Dsegger-rtt.py28 console.DisplayChar(bus.ReadByte(pointer + i))
/Renode-v1.15.3-c57714d/tests/platforms/systemc/dma/
Ddma.robot21 ${res}= Execute Command sysbus ReadByte ${address}
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-test-setup.resc25 s += "%02x" % cpu.Bus.ReadByte(curr_addr + j - 1)
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedPeripheral.cs101 public byte ReadByte(long offset) in ReadByte() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs426 … Respond(ActionType.WriteToBus, 0, systemBus.ReadByte(message.Address), message.PeripheralIndex); in HandleReceivedMessage()
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs362 var c = cpu.Bus.ReadByte(paddr + i, context: cpu); in HandlePostLookupIPCBuffer()