Skip to content

Debug Host Application

Carsten edited this page Mar 1, 2021 · 2 revisions

Build Example Application

Make sure that cargo can find the TaPaSCo runtime (debugging/riscv_debug_generator[_example]/Cargo.toml).

cd debugging/riscv_debug_generator_example
cargo build

Run Example Application

  1. Load a bitstream with the DmiDebug feature
  2. Run target/debug/riscv_debug_generator_example <file> <PE_ID> (the two parameters are optional)
    • file: binary file, which gets loaded to the RISC-V local memory
    • PE_ID: Overwrites the hard coded PE_ID

Clone this wiki locally