Skip to content

Commit d877c20

Browse files
committed
tests: Add spirograph
The program spirograph displays rotating squares. Source: https://github.com/BrunoLevy/TinyPrograms
1 parent 176e121 commit d877c20

File tree

3 files changed

+436
-3
lines changed

3 files changed

+436
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
298298
* `chacha20.elf` : See [tests/chacha20](tests/chacha20)
299299
* `coremark.elf` : See [eembc/coremark](https://github.com/eembc/coremark) [RV32M]
300300
* `dhrystone.elf` : See [rv8-bench](https://github.com/michaeljclark/rv8-bench)
301-
* `donut.elf` : See [donut](tests/donut.c)
301+
* `donut.elf` : See [donut.c](tests/donut.c)
302302
* `doom.elf` : See [sysprog21/doom_riscv](https://github.com/sysprog21/doom_riscv) [RV32M]
303-
* `fcalc.elf` : See [fcalc](tests/fcalc.c)
304-
* `hamilton.elf` : See [hamilton](tests/hamilton.c)
303+
* `fcalc.elf` : See [fcalc.c](tests/fcalc.c)
304+
* `hamilton.elf` : See [hamilton.c](tests/hamilton.c)
305305
* `ieee754.elf` : See [tests/ieee754.c](tests/ieee754.c) [RV32F]
306306
* `jit-bf.elf` : See [ezaki-k/xkon_beta](https://github.com/ezaki-k/xkon_beta)
307307
* `lena.elf`: See [tests/lena.c](tests/lena.c)
@@ -318,6 +318,7 @@ In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
318318
* `rvsim.elf` : See [tests/rvsim.c](tests/rvsim.c)
319319
* `scimark2.elf` : See [tests/scimark2](tests/scimark2) [RV32MF]
320320
* `smolnes.elf` : See [tests/smolnes](tests/smolnes.c) [RV32M]
321+
* `spirograph.elf` : See [tests/spirograph.c](tests/spirograph.c)
321322
* `stream.elf` : See [tests/stream](tests/stream.c) [RV32MF]
322323

323324
## Reference

build/spirograph.elf

83 KB
Binary file not shown.

0 commit comments

Comments
 (0)