A Xtext based SystemRDL editor with syntax highlighting and context sensitive help https://www.minres.com/#opensource
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eyck Jentzsch ea0775d4ac
Update README.md
1 year ago
repository initial repository 1 year ago
README.md Update README.md 1 year ago
_config.yml add initial GH pages setup 1 year ago

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.