mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Fixed sumtest reference output; added embench benchmark directory
This commit is contained in:
parent
c2c7351b24
commit
26013a984b
@ -1 +1 @@
|
||||
Subproject commit 261a65e0a2d3e8d62d81b1d8fe7e309a096bc6a9
|
||||
Subproject commit 4530b3aef3b25f5001dddb884b77f8ccfba1dca6
|
15
benchmarks/embench/Makefile
Normal file
15
benchmarks/embench/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# Makefile added 1/20/22 David_Harris@hmc.edu
|
||||
# Compile Embench for Wally
|
||||
|
||||
all: Makefile
|
||||
../../addins/embench-iot/build_all.py --arch riscv32 --chip generic --board ri5cyverilator --cflags "-O2 -march=rv32i -mabi=ilp32 -mcmodel=medany" --cc riscv64-unknown-elf-gcc
|
||||
./benchmark_size.py
|
||||
./benchmark_speed.py
|
||||
|
||||
# view with
|
||||
# more `ls -t | head -1`
|
||||
|
||||
# --cflags "-O2 -g -nostartfiles"
|
||||
|
||||
|
||||
#riscv64-unknown-elf-gcc -O2 -g -nostartfiles -I/home/harris/riscv-wally/addins/embench-iot/support -I/home/harris/riscv-wally/addins/embench-iot/config/riscv32/boards/ri5cyverilator -I/home/harris/riscv-wally/addins/embench-iot/config/riscv32/chips/generic -I/home/harris/riscv-wally/addins/embench-iot/config/riscv32 -DCPU_MHZ=1 -DWARMUP_HEAT=1 -o main.o /home/harris/riscv-wally/addins/embench-iot/support/main.c
|
7
benchmarks/embench/Makefile~
Normal file
7
benchmarks/embench/Makefile~
Normal file
@ -0,0 +1,7 @@
|
||||
# Makefile added 1/20/22 David_Harris@hmc.edu
|
||||
# Compile Embench for Wally
|
||||
|
||||
all: Makefile
|
||||
./build_all.py --arch riscv32 --chip generic --board ri5cyverilator --cc riscv64-unknown-elf-gcc
|
||||
./benchmark_size.py
|
||||
./benchmark_speed.py
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
000000000000000A
|
||||
000000000000001C
|
||||
000000000000001D
|
||||
|
Loading…
Reference in New Issue
Block a user