File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
3232python src/rdl2ot export-rtl tests/snapshots/lc_ctrl.rdl /tmp/
3333```
3434
35- ## Rdl -exporter
35+ ## RDL -exporter
3636A library to generate SystemRDL files from the Hierarchical Register Model.
3737
3838For more details, refer to [ rdlexporter] ( ./rdlexporter )
3939
4040### How to run tests
4141``` sh
42- cd rdl-exporter
42+ cd rdlexporter
4343pytest
4444```
4545
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mkdir -p /tmp/lc_ctrl
1313rdl2ot 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
1919pip install peakrdl rdl2ot
Original file line number Diff line number Diff line change 1- # rdl-exporter
1+ # rdlexporter
22A library to generate SystemRDL files from the Hierarchical Register Model.
33
44How to use it:
You can’t perform that action at this time.
0 commit comments