Update documentation to use correct repository name PeakRDL-BusDecoder and clarify project purpose (#7)
* Initial plan * Update documentation to use correct repository name PeakRDL-BusDecoder Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Update CONTRIBUTING.md and GitHub templates with correct repository name Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Update author to arnavsacheti and clarify bus decoder purpose in documentation Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> * Update author to 'Arnav Sacheti' and revise UDP documentation to reflect no current UDP support Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arnavsacheti <36746504+arnavsacheti@users.noreply.github.com>
This commit is contained in:
10
README.md
10
README.md
@@ -1,12 +1,12 @@
|
||||
[](http://peakrdl-busdecoder.readthedocs.io)
|
||||
[](https://github.com/arnavsacheti/PeakRDL-busdecoder/actions?query=workflow%3Abuild+branch%3Amain)
|
||||
[](https://coveralls.io/github/arnavsacheti/PeakRDL-busdecoder?branch=main)
|
||||
[](https://github.com/arnavsacheti/PeakRDL-BusDecoder/actions?query=workflow%3Abuild+branch%3Amain)
|
||||
[](https://coveralls.io/github/arnavsacheti/PeakRDL-BusDecoder?branch=main)
|
||||
[](https://pypi.org/project/peakrdl-busdecoder)
|
||||
|
||||
# PeakRDL-busdecoder
|
||||
Compile SystemRDL into a SystemVerilog control/status register (CSR) block.
|
||||
# PeakRDL-BusDecoder
|
||||
Generate a SystemVerilog bus decoder from SystemRDL that splits CPU interface signals to multiple sub-address spaces. This tool is designed for creating hierarchical register address maps by decoding bus transactions and routing them to the appropriate child address maps.
|
||||
|
||||
For the command line tool, see the [PeakRDL project](https://peakrdl.readthedocs.io).
|
||||
|
||||
## Documentation
|
||||
See the [PeakRDL-busdecoder Documentation](https://peakrdl-busdecoder.readthedocs.io) for more details
|
||||
See the [PeakRDL-BusDecoder Documentation](https://peakrdl-busdecoder.readthedocs.io) for more details
|
||||
|
||||
Reference in New Issue
Block a user