Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

hegza/headsail-vp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headsail - Virtual Platform

Software testing requirements

  1. Rust https://rustup.rs/
  2. Codegen backend for target cores
    • rustup target add riscv64imac-unknown-none-elf
    • rustup target add riscv32imc-unknown-none-elf

Run UART example

cd examples/hello-hpc
cargo run --example uart0

Run DLA example

cd examples/hello-dla

Set renode installation path to RENODE_PATH variable in renode.sh

cargo run --example dla

Run Robot Tests

You'll need to have built the binaries prior to running Robot Tests.

renode-test scripts/robot/hello_dla.robot