Skip to content

Commit

Permalink
Update emulation doc to point to new CLI tool and fix references
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 22, 2023
1 parent 0e5058e commit 132df7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/emulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use device emulation you will need [libtinyiiod](https://github.com/analogdev

## Adding device support

Emulating hardware is done through a XML file generated from an existing hardware set up and pointing the tool [xml_gen](https://github.com/analogdevicesinc/iio-emu/blob/master/GENERIC_EMULATOR.md) to the target context:
Emulating hardware is done through a XML file generated from an existing hardware set up and pointing the tool [xml_gen](https://github.com/analogdevicesinc/iio-emu/blob/master/GENERIC_EMULATOR.md) or [gen-xml](cli_tools.md) to the target context:

```bash
xml_gen ip:pluto.local > pluto.xml
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can install **pytest-libiio** via __pip__ from **PyPI**:

### Usage

Please see the [CLI](/cli) and [fixtures](/fixtures) sections for information about using the plugin.
Please see the [CLI](cli.md) and [fixtures](fixtures.md) sections for information about using the plugin.

### Future ideas

Expand Down

0 comments on commit 132df7e

Please sign in to comment.