Draft: Add DV's riscv-test-platform (bmDV)
- 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.
Edited by Eloi Merino Serrat