mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 13:34:28 +00:00
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
|