Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 7 of 7) sorted by relevance

/Renode-v1.15.3-c57714d/scripts/single-node/bus-isolation/
DSampleStateAwareReader.cs24 public uint Read(ulong address, ulong state) in Read() method in Antmicro.Renode.Peripherals.CPU.SampleStateAwareReader
DSampleStateAwareReaderWithTransactionState.cs25 public uint Read(ulong address, ulong state) in Read() method in Antmicro.Renode.Peripherals.CPU.SampleStateAwareReaderWithTransactionState
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dexternal-mmu.robot87 Read/Write From Address Outside The Defined MMU Windows Throws testcase
154 Read/Write Uses The Proper Addend testcase
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/imports/
Drenode_ahb_pkg.sv32 Read = 1'b0, constant
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs34 Read = 1, enumerator
371 private ulong Read(byte dataLength, long offset, byte connectionIndex = 0) in Read() method in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs286 public ulong Read(ICoSimulationConnectible connectible, ActionType type, long offset) in Read() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
DSystemRDLGenTest.cs114 …public override FieldMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOption… in Read() method in Antmicro.Renode.PeripheralsTests.SystemRDLGenTest.TestFieldModeFlagConverter