Home
last modified time | relevance | path

Searched refs:fatal_error (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/
Drenode_pkg.sv122 function void fatal_error(string message); function in renode_pkg.renode_connection
151 if (!is_received) fatal_error("Unable to receive a message.");
168 …sage.action, message.address, message.data, message.peripheral_index)) fatal_error("Unexpected cha…
175 …sage.action, message.address, message.data, message.peripheral_index)) fatal_error("Unexpected cha…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/
Drenode.sv196 …runtime.connection.fatal_error($sformatf("Renode doesn't support access with the 'b%b mask from a …
232 …runtime.connection.fatal_error($sformatf("Renode doesn't support access with the 'b%b mask from a …
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_subordinate.sv128 runtime.connection.fatal_error($sformatf("Unsupported burst type 'b%b", burst_type));