mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 22:07:12 -04:00
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
This commit is contained in:
commit
4443fca5c5
156 changed files with 166 additions and 421 deletions
16
benchmarks/riscv-coremark/Makefile
Normal file
16
benchmarks/riscv-coremark/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
work/coremark.bare.riscv.memfile: work/coremark.bare.riscv.objdump
|
||||||
|
exe2memfile.pl work/coremark.bare.riscv
|
||||||
|
|
||||||
|
work/coremark.bare.riscv.objdump: work/coremark.bare.riscv
|
||||||
|
riscv64-unknown-elf-objdump -D work/coremark.bare.riscv > work/coremark.bare.riscv.objdump
|
||||||
|
|
||||||
|
work/coremark.bare.riscv:
|
||||||
|
make -C coremark PORT_DIR=/home/harris/riscv-wally/benchmarks/riscv-coremark/riscv64-baremetal compile RISCV=/courses/e190ax/riscvcompiler XCFLAGS="-march=rv64im"
|
||||||
|
mv coremark/coremark.bare.riscv work
|
||||||
|
#make -C ../../addins/coremark PORT_DIR=/home/harris/riscv-wally/benchmarks/riscv-coremark/riscv64-baremetal compile RISCV=/courses/e190ax/riscvcompiler XCFLAGS="-march=rv64im"
|
||||||
|
#mv ../../addins/coremark/coremark.bare.riscv work
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f work/*
|
BIN
benchmarks/riscv-coremark/coremark/coremark.exe
Executable file
BIN
benchmarks/riscv-coremark/coremark/coremark.exe
Executable file
Binary file not shown.
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue