A Xtext based SystemRDL editor with syntax highlighting and context sensitive help https://www.minres.com/#opensource
Go to file
Eyck Jentzsch ea0775d4ac
Update README.md
2022-02-13 21:56:07 +01:00
repository initial repository 2022-02-13 21:42:56 +01:00
README.md Update README.md 2022-02-13 21:56:07 +01:00
_config.yml add initial GH pages setup 2022-02-13 21:14:08 +01:00

README.md

RDL Editor

This is an editor for SystemRDL.

According to Accellera:

SystemRDL is designed to increase productivity, quality, and reuse during the design and development of complex digital systems. It can be used to share IP within and between groups, companies, and consortiums. This is accomplished by specifying a single source for the register description from which all views can be automatically generated, which ensures consistency between multiple views. A view is any output generated from the SystemRDL description, e.g., RTL code or documentation.

The source code can be found at Github. The editor is build on top of Eclipse Xtext, a framework to build Domain Specific Languages (DSL).

It has a code generator to create the register models using the SC-Components library. Due to the nature of Xtext this generator can easily be tailored to various needs.