Metadata-Version: 2.1
Name: systemrdl-compiler
Version: 1.15.0
Summary: Parse and elaborate front-end for SystemRDL 2.0
Home-page: https://github.com/SystemRDL/systemrdl-compiler
Author: Alex Mykyta
Author-email: amykyta3@github.com
License: UNKNOWN
Project-URL: Documentation, http://systemrdl-compiler.readthedocs.io
Project-URL: Source, https://github.com/SystemRDL/systemrdl-compiler
Project-URL: Tracker, https://github.com/SystemRDL/systemrdl-compiler/issues
Description: [![Documentation Status](https://readthedocs.org/projects/systemrdl-compiler/badge/?version=latest)](http://systemrdl-compiler.readthedocs.io)
        [![build](https://github.com/SystemRDL/systemrdl-compiler/workflows/build/badge.svg)](https://github.com/SystemRDL/systemrdl-compiler/actions?query=workflow%3Abuild+branch%3Amaster)
        [![Coverage Status](https://coveralls.io/repos/github/SystemRDL/systemrdl-compiler/badge.svg?branch=master)](https://coveralls.io/github/SystemRDL/systemrdl-compiler?branch=master)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/systemrdl-compiler.svg)](https://pypi.org/project/systemrdl-compiler)
        
        # SystemRDL Compiler
        
        The `systemrdl-compiler` project implements a generic compiler front-end for
        Accellera's [SystemRDL 2.0](http://accellera.org/downloads/standards/systemrdl)
        register description language. The goal of this project is to provide a free and
        open compiler that lowers the barrier to entry to using an industry standard
        register description language.
        
        By providing an elaborated register model that is easy to traverse and query,
        it should be far easier to write custom register space view generators.
        
        ![overview](https://raw.githubusercontent.com/SystemRDL/systemrdl-compiler/master/docs/img/overview.svg?sanitize=true)
        
        ## Documentation
        See the [SystemRDL Compiler Documentation](http://systemrdl-compiler.readthedocs.io) for more details
        
        ## Related Projects
        This is just the beginning! If you want to contribute, check out these other
        projects.
        
        ### [PeakRDL-html](https://github.com/SystemRDL/PeakRDL-html)
        Generate dynamic register spec documentation.
        
        ### [PeakRDL-ipxact](https://github.com/SystemRDL/PeakRDL-ipxact)
        Convert the SystemRDL register model to/from IP-XACT.
        
        ### [PeakRDL-uvm](https://github.com/SystemRDL/PeakRDL-uvm)
        Create a UVM Register model.
        
        ## License
        
        The SystemRDL Compiler is published and distributed under the [MIT License](LICENSE).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.5.2
Description-Content-Type: text/markdown
