Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 54) sorted by relevance

123

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h140 log(LOG_LEVEL_DEBUG, "Start getRegister"); in getRegister()
149 log(LOG_LEVEL_DEBUG, "End getRegister"); in getRegister()
155 log(LOG_LEVEL_DEBUG, "Start setRegister"); in setRegister()
164 log(LOG_LEVEL_DEBUG, "End setRegister"); in setRegister()
169 log(LOG_LEVEL_DEBUG, "Start enterSingleStepMode"); in enterSingleStepMode()
177 log(LOG_LEVEL_DEBUG, "End enterSingleStepMode"); in enterSingleStepMode()
184 log(LOG_LEVEL_DEBUG, "Start exitSingleStepMode"); in exitSingleStepMode()
193 log(LOG_LEVEL_DEBUG, "End exitSingleStepMode"); in exitSingleStepMode()
270 log(LOG_LEVEL_DEBUG, "Waiting for first debug program instruction access"); in waitForFirstDebugProgramInstruction()
273 log(LOG_LEVEL_DEBUG, "Finished waiting"); in waitForFirstDebugProgramInstruction()
[all …]
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Daxi.cpp60 this->agent->log(0, "Axi write - AW"); in write()
68 this->agent->log(0, "Axi write - W"); in write()
80 this->agent->log(0, "Axi write - B"); in write()
99 this->agent->log(0, "Axi read - AR"); in read()
106 this->agent->log(0, "Axi read - R"); in read()
Daxi-slave.cpp105 this->agent->log(0, buffer); in readWord()
134 this->agent->log(0, "Axi read start"); in readHandler()
147 this->agent->log(0, "Axi read transfer completed"); in readHandler()
165 this->agent->log(0, buffer); in writeWord()
191 this->agent->log(0, "Axi write start"); in writeHandler()
211 this->agent->log(0, "Axi write transfer completed"); in writeHandler()
Dbus.cpp25 this->agent->log(LOG_LEVEL_ERROR, buffer); in isSignalConnected()
Dwishbone-initiator.h64 agent->log(LOG_LEVEL_NOISY, "Wishbone read from: 0x%" PRIX64 ", sel: %i", addr, int(sel)); in readWord()
79 …agent->log(LOG_LEVEL_NOISY, "Wishbone write to: 0x%" PRIX64 ", data: 0x%" PRIX64 ", sel: %i", addr… in writeWord()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_cfu.cpp51 log(LOG_LEVEL_WARNING, "Unhandled request type: %d", message->actionId); in handleCustomRequestType()
54 void RenodeAgent::log(int level, const char* fmt, ...) in log() function in RenodeAgent
60 communicationChannel->log(level, s); in log()
76 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() function in NativeCommunicationChannel
Drenode_bus.cpp47 log(LOG_LEVEL_ERROR, msg); in writeToBus()
59 log(LOG_LEVEL_ERROR, msg); in readFromBus()
144 log(LOG_LEVEL_WARNING, "Unhandled request type: %d", message->actionId); in handleCustomRequestType()
147 void RenodeAgent::log(int level, const char* fmt, ...) in log() function in RenodeAgent
153 communicationChannel->log(level, s); in log()
165 log(LOG_LEVEL_ERROR, "The irq address cannot be null"); in registerInterrupt()
296 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() function in NativeCommunicationChannel
Drenode_cfu.h39 void log(int logLevel, const char* data);
50 virtual void log(int level, const char* fmt, ...);
Drenode_bus.h51 virtual void log(int level, const char* fmt, ...);
88 void log(int logLevel, const char* data) override;
/Renode-v1.15.3-c57714d/tools/guest_cache/
DREADME.md9 cpu CreateExecutionTracing "tracer" $ORIGIN/trace.log PCAndOpcode
17 ./renode_cache_interface.py trace.log presets 'fu740.u74'
22 ./renode_cache_interface.py trace.log config \
37 $ ./renode_cache_interface.py trace.log presets fu740.u74
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/apb3/
Drenode_apb3_requester.sv92 …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,
Drenode_apb3_completer.sv113 … 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/
Drenode_pkg.sv125 log(LogError, error_msg);
140 function void log(log_level_e log_level, string message); function in renode_pkg.renode_connection
158log(LogDebug, $sformatf("Renode at %t: Received action %0s, address = 'h%h, data = 'h%h, periphera…
166log(LogDebug, $sformatf("Renode at %t: Sent action %0s, address = 'h%h, data = 'h%h, peripheral in…
173log(LogDebug, $sformatf("Renode at %t: Sent async action %0s, address = 'h%h, data = 'h%h, periphe…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/
Drenode_ahb_subordinate.sv59 …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…
Drenode_ahb_manager.sv86 …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/tools/guest_cache/src/
Drenode_cache_interface.py179 log = RenodeLogInterface(args.trace_file) variable
180 log.configure_caches(l1i, l1d, opcodes, invalidate_on_io)
181 log.simulate()
182 log.print_analysis_results()
185 log.save_results(filename)
/Renode-v1.15.3-c57714d/tests/unit-tests/
Driscv-custom-instructions.robot45 Execute Command log "--- start ---"
47 Execute Command log "--- stop ---"
85 Execute Command log "--- start ---"
87 Execute Command log "--- stop ---"
102 Execute Command log "--- start ---"
104 Execute Command log "--- stop ---"
122 Execute Command log "--- start ---"
124 Execute Command log "--- stop ---"
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_subordinate.sv68 …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…
Drenode_axi_manager.sv94 …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/src/communication/
Dcommunication_channel.h14 virtual void log(int logLevel, const char* data) = 0;
Dsocket_channel.h20 void log(int logLevel, const char* data) override;
/Renode-v1.15.3-c57714d/
D.gitignore14 log.html
/Renode-v1.15.3-c57714d/tests/network-logging/
Dnetwork-logging.robot15 Execute Command log "${READ_END_MARKER}"
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/
Drenode_inputs.sv37 …runtime.connection.log(renode_pkg::LogDebug, $sformatf("GPIO %d changed: %d -> %d", addr, inputs_p…
/Renode-v1.15.3-c57714d/tools/guest_cache/renode_scripts/
Dfe310_shell.resc26 cpu CreateExecutionTracing "tracer" $ORIGIN/trace.log PCAndOpcode

123