Searched refs:LogWarning (Results 1 – 8 of 8) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/apb3/ |
D | renode_apb3_requester.sv | 10 import renode_pkg::renode_runtime, renode_pkg::LogWarning; 92 …runtime.connection.log(LogWarning, "Unaligned access on APB bus results in unpredictable behavior"… 96 runtime.connection.log(LogWarning, 99 runtime.connection.log(LogWarning, 113 …runtime.connection.log(LogWarning, "Unaligned access on APB bus results in unpredictable behavior"… 117 runtime.connection.log(LogWarning, 120 runtime.connection.log(LogWarning,
|
D | renode_apb3_completer.sv | 10 import renode_pkg::renode_runtime, renode_pkg::LogWarning; 113 … runtime.connection.log(LogWarning, "Renode connection write transfer was unable to complete"); 127 … runtime.connection.log(LogWarning, "Renode connection read transfer was unable to complete");
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/ |
D | renode_ahb_subordinate.sv | 11 import renode_pkg::renode_runtime, renode_pkg::LogWarning; 59 …if (is_error) runtime.connection.log(LogWarning, $sformatf("Unable to read data from Renode at add… 62 …if (is_error) runtime.connection.log(LogWarning, $sformatf("Unable to write data to Renode at addr… 87 …runtime.connection.log(LogWarning, $sformatf("Unsupported transaction width of %d for AHB bus with…
|
D | renode_ahb_manager.sv | 11 import renode_pkg::renode_runtime, renode_pkg::bus_connection, renode_pkg::LogWarning; 86 …runtime.connection.log(LogWarning, $sformatf("Unsupported transaction width of %d for AHB bus with… 101 …runtime.connection.log(LogWarning, $sformatf("Error response from a Subordinate: 'h%h", response));
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/ |
D | renode_axi_subordinate.sv | 10 import renode_pkg::renode_runtime, renode_pkg::LogWarning; 68 …runtime.connection.log(LogWarning, $sformatf("Unable to read data from Renode at address 'h%h, res… 112 …if (bus.wlast != (address == address_last)) runtime.connection.log(LogWarning, "Unexpected state o… 115 …if (is_error) runtime.connection.log(LogWarning, $sformatf("Unable to write data to Renode at addr… 124 …runtime.connection.log(LogWarning, $sformatf("Unaligned access to 0x%08X unsupported by AXI Subord…
|
D | renode_axi_manager.sv | 10 import renode_pkg::renode_runtime, renode_pkg::LogWarning; 94 …runtime.connection.log(LogWarning, $sformatf("Unaligned access to 0x%08X is unsupported by AXI Man… 98 …runtime.connection.log(LogWarning, $sformatf("This instance of the AXI Manager doesn't support acc… 197 …runtime.connection.log(LogWarning, $sformatf("Unexpected transaction id in the response ('h%h), ex… 201 runtime.connection.log(LogWarning, $sformatf("Response error 'h%h", response));
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ |
D | renode.sv | 128 …if (!is_handled) runtime.connection.log(renode_pkg::LogWarning, $sformatf("Trying to handle the un… 265 …runtime.connection.log(renode_pkg::LogWarning, $sformatf("Output %0d is out of range of [0;%0d]", …
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/ |
D | renode_pkg.sv | 40 LogWarning = 2, constant
|