Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCFU.cs145 LogAndThrowRE("CoSimulatedCFU already connected, cannot change the file name!");
149 LogAndThrowRE("Another CFU already connected to provided library!");
161 LogAndThrowRE(e.Message);
177 LogAndThrowRE("CFU already connected to CPU, cannot change CPU!");
184 LogAndThrowRE("CFU is supported for RISCV-V CPUs only!");
199 private void LogAndThrowRE(string info) in LogAndThrowRE() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCFU
224 this.LogAndThrowRE("Can't handle more than 4 CFUs!"); in RegisterCFU()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs81 LogAndThrowRE($"Connection to the cosimulated peripheral failed!"); in Connect()
272 LogAndThrowRE($"Error starting cosimulated peripheral!\n{e.Message}"); in InitCoSimulatedProcess()
276 private void LogAndThrowRE(string info) in LogAndThrowRE() method in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection