Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sysprog21/rv32emu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yc199911/rv32emu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Mar 19, 2026

  1. Integrate embench-iot as benchmark suite

    embench-iot provides 19 benchmarks designed for embedded systems,
    offering more representative coverage than the existing dhrystone.
    This complements the current benchmark infrastructure and enables
    more thorough performance evaluation of rv32emu.
    
    - Add embench-iot as a git submodule under tests/embench-iot
    - Add rv32emu board support (boardsupport.c/h) in the fork
    - Add wrapper Makefile to bridge rv32emu build system with scons
    - Register embench-iot in TEST_SUITES in mk/artifact.mk
    - Add scons to CI install dependencies
    - Update CI to detect changes under tests/embench-iot
    
    Note: This integration requires sysprog21 to create an official
    fork of embench-iot (similar to sysprog21/ansibench) and update
    the submodule URL accordingly before merging.
    
    Close #28
    yc199911 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    6f1ea41 View commit details
    Browse the repository at this point in the history
Loading