/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/ |
D | cpu-agent.h | 140 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/ |
D | axi.cpp | 60 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()
|
D | axi-slave.cpp | 105 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()
|
D | bus.cpp | 25 this->agent->log(LOG_LEVEL_ERROR, buffer); in isSignalConnected()
|
D | wishbone-initiator.h | 64 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/ |
D | renode_cfu.cpp | 51 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
|
D | renode_bus.cpp | 47 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
|
D | renode_cfu.h | 39 void log(int logLevel, const char* data); 50 virtual void log(int level, const char* fmt, ...);
|
D | renode_bus.h | 51 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/ |
D | README.md | 9 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/ |
D | renode_apb3_requester.sv | 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 | 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/ |
D | renode_pkg.sv | 125 log(LogError, error_msg); 140 function void log(log_level_e log_level, string message); function in renode_pkg.renode_connection 158 …log(LogDebug, $sformatf("Renode at %t: Received action %0s, address = 'h%h, data = 'h%h, periphera… 166 …log(LogDebug, $sformatf("Renode at %t: Sent action %0s, address = 'h%h, data = 'h%h, peripheral in… 173 …log(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/ |
D | renode_ahb_subordinate.sv | 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 | 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/tools/guest_cache/src/ |
D | renode_cache_interface.py | 179 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/ |
D | riscv-custom-instructions.robot | 45 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/ |
D | renode_axi_subordinate.sv | 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 | 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/src/communication/ |
D | communication_channel.h | 14 virtual void log(int logLevel, const char* data) = 0;
|
D | socket_channel.h | 20 void log(int logLevel, const char* data) override;
|
/Renode-v1.15.3-c57714d/ |
D | .gitignore | 14 log.html
|
/Renode-v1.15.3-c57714d/tests/network-logging/ |
D | network-logging.robot | 15 Execute Command log "${READ_END_MARKER}"
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ |
D | renode_inputs.sv | 37 …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/ |
D | fe310_shell.resc | 26 cpu CreateExecutionTracing "tracer" $ORIGIN/trace.log PCAndOpcode
|