Searched refs:ICoSimulationConnectible (Results 1 – 5 of 5) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | CoSimulationConnection.cs | 57 …lass CoSimulationConnection : IHostMachineElement, IConnectable<ICoSimulationConnectible>, IDispos… 77 cosimIdxToPeripheral = new Dictionary<int, ICoSimulationConnectible>(); in CoSimulationConnection() 80 public void AttachTo(ICoSimulationConnectible peripheral) in AttachTo() 90 public void DetachFrom(ICoSimulationConnectible peripheral) in DetachFrom() 217 …public void Send(ICoSimulationConnectible connectible, ActionType actionId, ulong offset, ulong va… in Send() 275 … public void Write(ICoSimulationConnectible connectible, ActionType type, long offset, ulong value) in Write() 286 public ulong Read(ICoSimulationConnectible connectible, ActionType type, long offset) in Read() 371 ICoSimulationConnectible peripheral = null; in HandleReceivedMessage() 508 private readonly Dictionary<int, ICoSimulationConnectible> cosimIdxToPeripheral;
|
D | ICoSimulationConnectible.cs | 12 public interface ICoSimulationConnectible interface
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedCPU.cs | 31 …public abstract class CoSimulatedCPU : BaseCPU, IGPIOReceiver, ICoSimulationConnectible, ITimeSink…
|
D | CoSimulatedCFU.cs | 25 public class CoSimulatedCFU : ICFU, ICoSimulationConnectible, IDisposable
|
D | CoSimulatedPeripheral.cs | 22 …public class CoSimulatedPeripheral : ICoSimulationConnectible, IQuadWordPeripheral, IDoubleWordPer…
|