Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Nov 8, 2023
1 parent 7161cbf commit 92036db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@ Export a compiled register model into SystemRDL code.
Useful when converting from other imported file formats.

For the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).

## Example

The easiest way to use PeakRDL-systemrdl is via the [PeakRDL command line tool](https://peakrdl.readthedocs.io/):

```bash
# Install the command line tool
python3 -m pip install peakrdl

# Convert IP-XACT to SystemRDL
peakrdl systemrdl your_design.xml -o your_design.rdl
```

0 comments on commit 92036db

Please sign in to comment.