diff options
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1000')
| -rw-r--r-- | results/classifier/gemma3:12b/peripherals/1000 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1000 b/results/classifier/gemma3:12b/peripherals/1000 new file mode 100644 index 000000000..70c9044c6 --- /dev/null +++ b/results/classifier/gemma3:12b/peripherals/1000 @@ -0,0 +1,5 @@ + +Can qemu support different core on one machine? +Description of problem: +I want to build a machine, including three core which is different types, arm Cortex-M3 core, cortex-m33 core, contex-a53 core, communicate through mailbox. I checked the current implementation of QEMU and saw that a machine uses a core, such as mps2.c virt.c . I want to know whether the QEMU strategy supports different types of cores on one machine and can communicate with each other. +Thanks. |