QEMU support for xpulpv2 extension - Printable Version +- PULP Community (https://pulp-platform.org/community) +-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1) +--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2) +--- Thread: QEMU support for xpulpv2 extension (/showthread.php?tid=286) |
QEMU support for xpulpv2 extension - zhoutianyang - 04-06-2022 Is there a QEMU support for xpulpv2 extension instructions? RE: QEMU support for xpulpv2 extension - bluewww - 04-06-2022 No there is not as far as I know. We have the gdb simulator supporting xpulpv2 and xpulpv3. You can find it in our latest pulp gnu toolchain (https://github.com/pulp-platform/riscv-gnu-toolchain). This allows you to run executables that were compiled targeting the xpulpv2 extension with the `riscv32-unknown-elf-run` command. |