Home
last modified time | relevance | path

Searched refs:level (Results 1 – 20 of 20) sorted by relevance

/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-level-prio-01.robot20 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
DCLIC-preemption-01.robot20 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/
Dlitex_vexriscv_smp.repl31 // 100 is machine level timer interrupt in VexRiscv
32 // 101 is machine level software interrupt in VexRiscv
Dpolarfire-soc.repl223 // Override size at a board level if different configuration is expected.
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DLogTester.cs91 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()
DRenodeKeywords.cs317 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/
Drenode_cfu.cpp54 void RenodeAgent::log(int level, const char* fmt, ...) in log() argument
60 communicationChannel->log(level, s); in log()
Drenode_cfu.h50 virtual void log(int level, const char* fmt, ...);
Drenode_bus.h51 virtual void log(int level, const char* fmt, ...);
Drenode_bus.cpp147 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/
DDirectory.Build.targets2 <!-- Empty default so that the upper level Directory.Build.targets is not used. -->
/Renode-v1.15.3-c57714d/tests/platforms/
DGR712RC.robot45 # 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
DRenesas_EK-RA2E1.robot28 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011
29 Wait For Log Entry AGT0 False level=Error pauseEmulation=true
DRenesas_RA8M1.robot74 Wait For Log Entry AGT0 True level=Error timeout=0.011
75 Wait For Log Entry AGT0 False level=Error
DSTM32F4_Discovery.robot39 Wait For Line On Uart RIOT RTC low-level driver test
DRenesas_RA6M5.robot112 Wait For Log Entry AGT0 True level=Error pauseEmulation=true timeout=0.011
113 Wait For Log Entry AGT0 False level=Error pauseEmulation=true
DRenesas_DA14592.robot195 Wait For Log Entry i2c.dummy: Test suite passed level=Info
/Renode-v1.15.3-c57714d/tests/platforms/MiV/
DMiV.robot186 …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/
DCHANGELOG.rst108 * 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/
Dprecise-pause.robot233 Should Not Be In Log ${EMPTY} level=Error