Skip to content

Draft: Add DV's riscv-test-platform (bmDV)

Eloi Merino Serrat requested to merge add_bm_environment_dv into add_bm_environment
  • New environment environments/bmDV.sh
  • New platform platforms/bmDV/ (riscv-test-platform as a submodule)
  • Counters reading handled by bmDV, so that they are accessible from all environments (virtual too)

To use the new platform:

source environments/bmDV.sh \
    ENV=<p-m,v-msu> \
    NHARTS=1 \
    PK=0 \
    NOVEC=0 \
    STATS=0 \
    UART_BASE=0x100802000
cd codes/<kernel>/
make

MR left in Draft because not all codes are usable (fft and uKernel).

Pending to evaluate both bm platforms: coexistance or merging.

cc: @pvizcai1 @fbanchel

Edited by Eloi Merino Serrat

Merge request reports