rv51 icon indicating copy to clipboard operation
rv51 copied to clipboard

A RISC-V emulator for the 8051 (MCS-51) microcontroller.

Results 3 rv51 issues
Sort by recently updated
recently updated
newest added

I thought it might be fun(ny) to do some benchmarks on this core. Here are a few possible options https://github.com/sifive/benchmark-coremark https://github.com/riscv/riscv-tests/tree/master/benchmarks

Hi, I would have interest in the project, but would need some guidelines to contribute. I saw interrupts are missing and compressed instructions. Are you planning on implementing C differently...

The performance of many real world applications is dominated by data movement, and this provides an opportunity to speed rv51 by implementing a few key libc functions at the 8051...