Lines Matching +full:en +full:- +full:us
1 Microblaze-V generic board (``amd-microblaze-v-generic``)
3 The AMD MicroBlaze™ V processor is a soft-core RISC-V processor IP for AMD
4 adaptive SoCs and FPGAs. The MicroBlaze™ V processor is based on the 32-bit (or
5 64-bit) RISC-V instruction set architecture (ISA) and contains interfaces
10 https://docs.amd.com/r/en-US/ug1629-microblaze-v-user-guide/MicroBlaze-V-Architecture
14 - timer
15 - uartlite
16 - uart16550
17 - emaclite
18 - timer2
19 - axi emac
20 - axi dma
24 - RV32I base integer instruction set
25 - "Zicsr" Control and Status register instructions
26 - "Zifencei" instruction-fetch
27 - Extensions: m, a, f, c
31 Below is an example command line for launching mainline U-boot
32 (xilinx_mbv32_defconfig) on the Microblaze-V generic board.
34 .. code-block:: bash
36 $ qemu-system-riscv32 -M amd-microblaze-v-generic \
37 -display none \
38 -device loader,addr=0x80000000,file=u-boot-spl.bin,cpu-num=0 \
39 -device loader,addr=0x80200000,file=u-boot.img \
40 -serial mon:stdio \
41 -device loader,addr=0x83000000,file=system.dtb \
42 -m 2g