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:
@@ -9,13 +9,15 @@ requires-python = ">=3.10"
|
||||
dependencies = ["jinja2>=3.1.6", "systemrdl-compiler~=1.30.1"]
|
||||
|
||||
authors = [{ name = "Alex Mykyta" }]
|
||||
description = "Compile SystemRDL into a SystemVerilog control/status register (CSR) block"
|
||||
description = "Generate a SystemVerilog bus decoder from SystemRDL for splitting CPU interfaces to multiple sub-address spaces"
|
||||
readme = "README.md"
|
||||
license = { text = "LGPLv3" }
|
||||
keywords = [
|
||||
"SystemRDL",
|
||||
"PeakRDL",
|
||||
"CSR",
|
||||
"bus decoder",
|
||||
"address decoder",
|
||||
"hierarchical addressing",
|
||||
"compiler",
|
||||
"tool",
|
||||
"registers",
|
||||
@@ -41,9 +43,9 @@ classifiers = [
|
||||
cli = ["peakrdl-cli >= 1.2.3"]
|
||||
|
||||
[project.urls]
|
||||
Source = "https://github.com/arnavsacheti/PeakRDL-busdecoder"
|
||||
Tracker = "https://github.com/arnavsacheti/PeakRDL-busdecoder/issues"
|
||||
Changelog = "https://github.com/arnavsacheti/PeakRDL-busdecoder/releases"
|
||||
Source = "https://github.com/arnavsacheti/PeakRDL-BusDecoder"
|
||||
Tracker = "https://github.com/arnavsacheti/PeakRDL-BusDecoder/issues"
|
||||
Changelog = "https://github.com/arnavsacheti/PeakRDL-BusDecoder/releases"
|
||||
Documentation = "https://peakrdl-busdecoder.readthedocs.io/"
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
Reference in New Issue
Block a user