forked from Github_Repos/cvw
Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main
This commit is contained in:
commit
e5d3416258
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…
Reference in New Issue
Block a user