summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/2356
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/2356')
-rw-r--r--results/classifier/gemma3:12b/peripherals/235616
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/2356 b/results/classifier/gemma3:12b/peripherals/2356
new file mode 100644
index 000000000..163bb9e48
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/2356
@@ -0,0 +1,16 @@
+
+assert in stm32l4x5_rcc
+Description of problem:
+The following log reveals it:
+
+```
+qemu-system-aarch64: ../hw/misc/stm32l4x5_rcc.c:546: void rcc_update_cfgr_register(Stm32l4x5RccState *): Assertion `val <= 0b100' failed.
+Aborted
+```
+Steps to reproduce:
+```
+cat << EOF | qemu-system-aarch64 -display \
+none -machine accel=qtest, -m 512M -machine b-l475e-iot01a -qtest stdio
+writeq 0x40021008 0xffffffff
+EOF
+```