Skip to content

muneebullashariff/systemrdl-compiler

 
 

Repository files navigation

Documentation Status Build Status Coverage Status PyPI - Python Version

SystemRDL Compiler

The systemrdl-compiler module implements a generic compiler front-end for Accellera's SystemRDL 2.0 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

Documentation

See the SystemRDL Compiler Documentation for more details

Install from Github using pip

mkdir path_to_folder
cd path_to_folder
git clone https://github.com/muneebullashariff/systemrdl-compiler.git
cd to systemrdl-compiler
pip install -e .

Advantages of this approach are:
1 - You can install package in your home projects directory.
2 - Package includes .git dir, so it's regular Git repository. You can push to your fork right away.

Uninstall

pip uninstall systemrdl-compiler

Related Projects

This is just the beginning! If you want to contribute, check out these other projects.

Generate dynamic register spec documentation.

Convert the SystemRDL register model to/from IP-XACT.

Create a UVM Register model.

A command-line application that ties it all together.

License

The SystemRDL Compiler is published and distributed under the MIT License.

About

SystemRDL 2.0 language compiler front-end

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.5%
  • C++ 38.2%
  • ANTLR 1.1%
  • Other 0.2%