forked from Github_Repos/cvw
8 lines
232 B
Makefile
8 lines
232 B
Makefile
# 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
|