Skip to content

Commit 69fdfd7

Browse files
committed
Fix typos
Signed-off-by: Douglas Reis <[email protected]>
1 parent 9f4b277 commit 69fdfd7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# BenevisRdl
2-
This repository will house PeakRdl plugins, named after Ben Nevis, the UK's tallest peak.
1+
# BenevisRDL
2+
This repository will house PeakRDL plugins, named after Ben Nevis, the UK's tallest peak.
33

44
## Installing dependencies
55
### Using uv on macOS and Linux
@@ -32,14 +32,14 @@ cd rdl2ot
3232
python src/rdl2ot export-rtl tests/snapshots/lc_ctrl.rdl /tmp/
3333
```
3434

35-
## Rdl-exporter
35+
## RDL-exporter
3636
A library to generate SystemRDL files from the Hierarchical Register Model.
3737

3838
For more details, refer to [rdlexporter](./rdlexporter)
3939

4040
### How to run tests
4141
```sh
42-
cd rdl-exporter
42+
cd rdlexporter
4343
pytest
4444
```
4545

rdl2ot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir -p /tmp/lc_ctrl
1313
rdl2ot export-rtl tests/snapshots/lc_ctrl.rdl /tmp/lc_ctrl/
1414
```
1515

16-
## Using as a Peakrdl pluggin
16+
## Using as a PeakRDL pluggin
1717
### Installing
1818
```sh
1919
pip install peakrdl rdl2ot

rdlexporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rdl-exporter
1+
# rdlexporter
22
A library to generate SystemRDL files from the Hierarchical Register Model.
33

44
How to use it:

0 commit comments

Comments
 (0)