Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 380 Bytes

tavor-isa

Compilation

go build

Running the riscv64 example

Generate a test program:

./tavor-isa example/riscv64/config.toml

Automatically execute the generated program with the spike emulator:

export TOP=/root/of/riscv/install
./tavor-isa --exec example/riscv64/run_spike.sh example/riscv64/config.toml