Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions tools/testbench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
* Allows easy use of conventional debugger, profiler, leak and memory check
tools usage for DSP firmware code.

### Prerequisites

Before running the SOF testbench, install the required dependencies:

```
sudo apt install valgrind octave-signal octave # For Ubuntu/Debian
sudo dnf install valgrind octave-signal octave # For Fedora
```

### Quick how-to

The simplest way to build and execute testbench is with supplied
Expand Down
Loading