doc tweaks

This commit is contained in:
Alex Mykyta
2022-02-28 22:10:09 -08:00
parent 9295cbb7c0
commit a8bf3c5132
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-regblock.svg)](https://pypi.org/project/peakrdl-regblock)
# PeakRDL-regblock
Generate SystemVerilog RTL that implements a register block from compiled SystemRDL input.
Compile SystemRDL into a SystemVerilog control/status register (CSR) block
## Documentation
See the [PeakRDL-regblock Documentation](http://peakrdl-regblock.readthedocs.io) for more details

View File

@@ -10,6 +10,7 @@ your hardware design.
* Options for many popular CPU interface protocols (AMBA APB, AXI4-Lite, and more)
* Configurable pipelining options for designs with fast clock rates.
* Broad support for SystemRDL 2.0 features
* Fully synthesizable SystemVerilog. Tested on Xilinx/AMD's Vivado & Intel Quartus

View File

@@ -15,7 +15,7 @@ setuptools.setup(
version=version,
author="Alex Mykyta",
author_email="amykyta3@github.com",
description="Convert SystemRDL into SystemVerilog RTL that implements a register block",
description="Compile SystemRDL into a SystemVerilog control/status register (CSR) block",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/SystemRDL/PeakRDL-regblock",