| /Renode-v1.15.3-c57714d/tests/peripherals/CLIC/ |
| D | CLIC-level-prio-01.robot | 20 Should Pass CLIC-level-prio-01 27 …# Trigger interrupts 17 and 18; they have the same level, but 17 has a higher priority so it shoul… 36 Wait For Line On Uart Interrupt 17, level 1, priority 15 37 Wait For Line On Uart Interrupt 18, level 1, priority 14 39 … this point we're spinning in interrupt 18 - preempt it with interrupt 16, that has a higher level. 41 Wait For Line On Uart Interrupt 16, level 2, priority 12 43 …re spinning in interrupt 16 - try to preempt it with interrupt of a lower level, but higher priori… 46 Should Not Be On Uart Interrupt 17, level 1, priority 15
|
| D | CLIC-preemption-01.robot | 20 Wait For Line On Uart Interrupt 16, level 2 22 Should Not Be On Uart Interrupt 17, level 1 24 Wait For Line On Uart Interrupt 18, level 3
|
| /Renode-v1.15.3-c57714d/platforms/cpus/ |
| D | litex_vexriscv_smp.repl | 31 // 100 is machine level timer interrupt in VexRiscv 32 // 101 is machine level software interrupt in VexRiscv
|
| D | polarfire-soc.repl | 223 // Override size at a board level if different configuration is expected.
|
| /Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
| D | LogTester.cs | 91 bool pauseEmulation = false, LogLevel level = null) in WaitForEntry() argument 96 if(level != null) in WaitForEntry() 99 predicate = x => x.Type == level && innerPredicate(x); in WaitForEntry()
|
| D | RenodeKeywords.cs | 317 bool? pauseEmulation = null, LogLevel level = null) in WaitForLogEntry() argument 321 …var bufferedMessages, timeout, keep, treatAsRegex, pauseEmulation ?? defaultPauseEmulation, level); in WaitForLogEntry() 336 …oat? timeout = null, bool treatAsRegex = false, bool? pauseEmulation = null, LogLevel level = null) in ShouldNotBeInLog() argument 342 …y(pattern, out var _, timeout, true, treatAsRegex, pauseEmulation ?? defaultPauseEmulation, level); in ShouldNotBeInLog()
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
| D | renode_cfu.cpp | 54 void RenodeAgent::log(int level, const char* fmt, ...) in log() argument 60 communicationChannel->log(level, s); in log()
|
| D | renode_cfu.h | 50 virtual void log(int level, const char* fmt, ...);
|
| D | renode_bus.h | 51 virtual void log(int level, const char* fmt, ...);
|
| D | renode_bus.cpp | 147 void RenodeAgent::log(int level, const char* fmt, ...) in log() argument 153 communicationChannel->log(level, s); in log()
|
| /Renode-v1.15.3-c57714d/tools/analyzers/ |
| D | Directory.Build.targets | 2 <!-- Empty default so that the upper level Directory.Build.targets is not used. -->
|
| /Renode-v1.15.3-c57714d/tests/platforms/ |
| D | GR712RC.robot | 45 # This low level-triggered ISR should fire continuously at first 74 # Pressing this button enables a low-level interrupt on pin 5. That one has a higher priority so 75 # it gets printed continuously until we press the low-level button. 85 # Finally we release the high-level-trigger button, after which nothing should be printed
|
| D | Renesas_EK-RA2E1.robot | 28 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011 29 Wait For Log Entry AGT0 False level=Error pauseEmulation=true
|
| D | Renesas_RA8M1.robot | 74 Wait For Log Entry AGT0 True level=Error timeout=0.011 75 Wait For Log Entry AGT0 False level=Error
|
| D | STM32F4_Discovery.robot | 39 Wait For Line On Uart RIOT RTC low-level driver test
|
| D | Renesas_RA6M5.robot | 112 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011 113 Wait For Log Entry AGT0 False level=Error pauseEmulation=true
|
| D | Renesas_DA14592.robot | 195 Wait For Log Entry i2c.dummy: Test suite passed level=Info
|
| /Renode-v1.15.3-c57714d/tests/platforms/MiV/ |
| D | MiV.robot | 186 …Create Machine riscv-interrupt-blinky_gpio-interrupts-level-high.elf-s_135168-e03e81b69… 224 …Create Machine riscv-interrupt-blinky_gpio-interrupts-level-low.elf-s_135168-f570dad79e…
|
| /Renode-v1.15.3-c57714d/ |
| D | CHANGELOG.rst | 108 * fixed setting MPP after mret on RISC-V platforms without user privilege level 333 * machine log level test 353 * ability to control log level of the whole machine with the logLevel command 1066 * option for filtering messages by log level in the log tester 1446 * option to control RISC-V CSR access validation level interactively 1464 * translation block fetch logger messages are now logged with Info instead of Debug level 1517 * ``console_log`` Monitor command to simply print to the log window without level filtering 1525 * the default log level is now set to ``INFO`` instead of ``DEBUG`` 1598 * VexRiscv now supports Supervisor level interrupts, following latest changes to this core 1623 * priority level handling in NVIC [all …]
|
| /Renode-v1.15.3-c57714d/tests/unit-tests/ |
| D | precise-pause.robot | 233 Should Not Be In Log ${EMPTY} level=Error
|