ibex/vendor/riscv-tests/debug/bin
2023-02-08 13:05:59 +00:00
..
README.md vendored riscv-tests 2023-02-08 13:05:59 +00:00
RTOSDemo32.axf vendored riscv-tests 2023-02-08 13:05:59 +00:00
RTOSDemo64.axf vendored riscv-tests 2023-02-08 13:05:59 +00:00

This directory contains binaries that are not easy to compile.

RTOSDemo32.axf and RTOSDemo64.axf are created by checking out https://github.com/FreeRTOS/FreeRTOS, following the instructions in FreeRTOS/Demo/RISC-V-spike-htif_GCC/README.md, and building:

  • make XLEN=32 BASE_ADDRESS=0x10100000
  • make XLEN=64 BASE_ADDRESS=0x1212340000