Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs255 get => SimulationFilePath;
259 SimulationFilePath = value;
266 get => SimulationFilePath;
270 SimulationFilePath = value;
277 get => SimulationFilePath;
281 SimulationFilePath = value;
286 public string SimulationFilePath property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU
288 get => cosimConnection.SimulationFilePath;
293 cosimConnection.SimulationFilePath = value;
DCoSimulatedCFU.cs131 public string SimulationFilePath property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCFU
133 get => connection.SimulationFilePath;
143 else if(!String.IsNullOrWhiteSpace(SimulationFilePath))
147 … else if(connectedCpu.Children.Any(child => child.Peripheral.SimulationFilePath == value))
157 connection.SimulationFilePath = value;
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DICoSimulationConnection.cs23 string SimulationFilePath { set; } property
DCoSimulationConnection.cs150 SimulationFilePath = value;
161 SimulationFilePath = value;
172 SimulationFilePath = value;
177 public string SimulationFilePath property in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.CoSimulationConnection
195 cosimConnection.SimulationFilePath = value;
DLibraryConnection.cs162 public string SimulationFilePath property in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection
DSocketConnection.cs199 public string SimulationFilePath property in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
DUARTLite.robot73 # Starting emulation without SimulationFilePath(Linux|MacOS|Windows) set
82 Wait For Log Entry Set SimulationFilePath or connect to a simulator first!
135 # Starting emulation without SimulationFilePath(Linux|MacOS|Windows) set
143 Wait For Log Entry Set SimulationFilePath or connect to a simulator first!