Release Notes
Added
- A PeakRDL plugin. Installed alongside PeakRDL, the same wheel registers a
peakrdl fmt subcommand — uv tool install peakrdl-cli --with rdlfmt.
Unlike PeakRDL's other subcommands it does not compile or elaborate its
input, since formatting needs the source text rather than the register model,
so it formats files that parse but do not yet elaborate.
Install rdlfmt 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fischeti/rdlfmt/releases/download/v0.1.1/rdlfmt-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/fischeti/rdlfmt/releases/download/v0.1.1/rdlfmt-installer.ps1 | iex"
Download rdlfmt 0.1.1