-
Notifications
You must be signed in to change notification settings - Fork 113
Automate doom, quake, and scimark2 builds #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ The prebuilt binaries in `rv32emu-prebuilt` are built from the following reposit | |
- sha512 | ||
- `captcha` : See [tests/captcha.c](/tests/captcha.c) | ||
- `donut` : See [tests/donut.c](/tests/donut.c) | ||
- `doom` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) | ||
- `fcalc` : See [tests/fcalc.c](/tests/fcalc.c) | ||
- `hamilton` : See [tests/hamilton.c](/tests/hamilton.c) | ||
- `jit` : See [tests/jit.c](/tests/jit.c) | ||
|
@@ -48,8 +49,10 @@ The prebuilt binaries in `rv32emu-prebuilt` are built from the following reposit | |
- `pi` : See [tests/pi.c](/tests/pi.c) | ||
- `puzzle` : See [tests/puzzle.c](/tests/puzzle.c) | ||
- `qrcode` : See [tests/qrcode.c](/tests/qrcode.c) | ||
- `quake` : See [sysprog21/quake-embedded](https://github.com/sysprog21/quake-embedded) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mention RV32F explicitly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The current prebuilt binaries are built with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SciMark2 should be built in RV32F since it reports a composite score in approximate Mflops (Millions of floating point operations per second). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Got it. Should we also build There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Quake needs to be compiled with RV32IMF. Otherwise, it is unlikely to function properly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I found |
||
- `richards` : See [tests/richards.c](/tests/richards.c) | ||
- `rvsim` : See [tests/rvsim.c](/tests/rvsim.c) | ||
- `scimark2` : See [Scimark 2.0](https://math.nist.gov/scimark2) | ||
- `spirograph` : See [tests/spirograph.c](/tests/spirograph.c) | ||
- `uaes` : See [tests/uaes.c](/tests/uaes.c) | ||
|
||
|
@@ -58,10 +61,7 @@ There are still some prebuilt standalone RISC-V binaries under `build/` director | |
- `hello.elf` : See [tests/asm-hello](/tests/asm-hello) | ||
- `cc.elf` : See [tests/cc](/tests/cc) | ||
- `chacha20.elf` : See [tests/chacha20](/tests/chacha20) | ||
- `doom.elf` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) [RV32M] | ||
- `ieee754.elf` : See [tests/ieee754.c](/tests/ieee754.c) [RV32F] | ||
- `jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta) | ||
- `quake.elf` : See [sysprog21/quake-embedded](https://github.com/sysprog21/quake-embedded) [RV32F] | ||
- `readelf.elf` : See [tests/readelf](/tests/readelf) | ||
- `scimark2.elf` : See [tests/scimark2](/tests/scimark2) [RV32MF] | ||
- `smolnes.elf` : See [tests/smolnes](/tests/smolnes.c) [RV32M] |
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.